Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp36 mCond.notify_all(); in ~GeneratorHub()
56 mCond.notify_one(); in registerGenerator()
64 mCond.notify_one(); in unregisterGenerator()
77 mCond.wait(g, [this] { return !mEventQueue.empty() || mShuttingDownFlag.load(); }); in run()
86 if (mCond.wait_until(g, eventTime) != std::cv_status::timeout) { in run()
DGeneratorHub.h85 std::condition_variable mCond; variable
/hardware/interfaces/broadcastradio/common/utils/
DWorkerThread.cpp40 mCond.notify_one(); in ~WorkerThread()
50 mCond.notify_one(); in schedule()
62 mCond.wait(lk); in threadLoop()
68 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/common/vts/utils/
Dcall-barrier.cpp30 mCond.notify_all(); in call()
38 auto status = mCond.wait_for(lk, timeout); in waitForCall()
/hardware/qcom/sm7250/gps/android/utils/
Dbattery_listener.cpp82 std::condition_variable mCond; member
132 mCond.wait(l); in init()
148 mCond.wait_for(l, 3s, mStatusnot_ncharging); in init()
212 mCond.notify_one(); in serviceDied()
229 mCond.notify_one(); in healthInfoChanged()
/hardware/qcom/sm8150/gps/android/utils/
Dbattery_listener.cpp82 std::condition_variable mCond; member
132 mCond.wait(l); in init()
148 mCond.wait_for(l, 3s, mStatusnot_ncharging); in init()
212 mCond.notify_one(); in serviceDied()
229 mCond.notify_one(); in healthInfoChanged()
/hardware/qcom/sm8150p/gps/android/utils/
Dbattery_listener.cpp77 std::condition_variable mCond; member
126 mCond.wait(l); in init()
142 mCond.wait_for(l, 3s, mStatusnot_ncharging); in init()
221 mCond.notify_one(); in healthInfoChanged()
/hardware/qcom/sm7150/gps/android/utils/
Dbattery_listener.cpp80 std::condition_variable mCond; member
130 mCond.wait(l); in init()
146 mCond.wait_for(l, 3s, mStatusnot_ncharging); in init()
225 mCond.notify_one(); in healthInfoChanged()
/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
Dcall-barrier.h51 std::condition_variable mCond; variable
/hardware/google/pixel/power-libperfmgr/disp-power/
DInteractionHandler.cpp124 mCond.notify_all(); in Exit()
190 mCond.notify_one(); in Acquire()
267 mCond.wait(lk, [&] { return mState != INTERACTION_STATE_IDLE; }); in Routine()
DInteractionHandler.h67 std::condition_variable mCond; variable
/hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/
DWorkerThread.h42 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/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstController.h125 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()