Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/
H A DWorkerThread.cpp28 mQueueCond(), in WorkerThread()
35 mQueueCond.notify_all(); in ~WorkerThread()
50 mQueueCond.notify_one(); in schedule()
57 mQueueCond.wait(lock, [this] { return !mQueue.empty() || mIsDestructing; }); in threadFunc()
/aosp12/frameworks/base/services/core/jni/BroadcastRadio/
H A DNativeCallbackThread.cpp59 mQueueCond.wait(lk); in threadLoop()
94 mQueueCond.notify_one(); in enqueue()
106 mQueueCond.notify_one(); in stop()
H A DNativeCallbackThread.h35 std::condition_variable mQueueCond; variable
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
H A DWorkerThread.h73 std::condition_variable mQueueCond; variable