Home
last modified time | relevance | path

Searched refs:mCond (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/broadcastradio/1.1/utils/
DWorkerThread.cpp46 mCond.notify_one(); in ~WorkerThread()
58 mCond.notify_one(); in schedule()
73 mCond.wait(lk); in threadLoop()
79 mCond.wait_until(lk, task.when); in threadLoop()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h66 mCond.notify_one(); in registerRecurrentEvent()
74 mCond.notify_one(); in unregisterRecurrentEvent()
125 mCond.wait_until(g, nextEventTime); // nextEventTime can be nanoseconds::max() in loop()
135 mCond.notify_one(); in stop()
143 std::condition_variable mCond; variable
DConcurrentQueue.h34 mCond.wait(g); in waitForItems()
60 mCond.notify_one(); in push()
71 mCond.notify_all(); // To unblock all waiting consumers. in deactivate()
83 std::condition_variable mCond; variable
/hardware/interfaces/broadcastradio/1.1/vts/utils/
Dcall-barrier.cpp30 mCond.notify_all(); in call()
38 auto status = mCond.wait_for(lk, timeout); in waitForCall()
/hardware/interfaces/broadcastradio/1.1/vts/utils/include/broadcastradio-vts-utils/
Dcall-barrier.h51 std::condition_variable mCond; variable
/hardware/qcom/gps/msm8998/android/location_api/
DGnssMeasurementAPIClient.cpp57 pthread_cond_init (&mCond, nullptr); in GnssMeasurementAPIClient()
70 pthread_cond_destroy(&mCond); in ~GnssMeasurementAPIClient()
107 pthread_cond_wait(&mCond, &mLock); in gnssMeasurementSetCallback()
135 pthread_cond_signal(&mCond); in onCapabilitiesCb()
DGnssMeasurementAPIClient.h67 pthread_cond_t mCond; variable
/hardware/qcom/gps/sdm845/android/location_api/
DMeasurementAPIClient.cpp57 pthread_cond_init (&mCond, nullptr); in MeasurementAPIClient()
70 pthread_cond_destroy(&mCond); in ~MeasurementAPIClient()
107 pthread_cond_wait(&mCond, &mLock); in measurementSetCallback()
135 pthread_cond_signal(&mCond); in onCapabilitiesCb()
DMeasurementAPIClient.h67 pthread_cond_t mCond; variable
/hardware/interfaces/broadcastradio/1.1/utils/include/broadcastradio-utils/
DWorkerThread.h42 std::condition_variable mCond; variable
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h190 Condition mCond; variable
Dqcamera_test.cpp132 mCond.wait(mLock); in useLock()
150 mCond.signal(); in signalFinished()