Home
last modified time | relevance | path

Searched refs:mThreadNotification (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/device/generic/goldfish/gnss/
DGnssBatching.cpp77 mThreadNotification.wait_until(lock, wakeupT); in start()
126 mThreadNotification.notify_all(); in stopImpl()
DGnssMeasurementInterface.cpp131 mThreadNotification.notify_all(); in closeImpl()
181 mThreadNotification.wait_until(lock, wakeupT); in setCallbackImpl()
DGnssMeasurementInterface.h52 std::condition_variable mThreadNotification; member
DGnssBatching.h50 std::condition_variable mThreadNotification; member