Home
last modified time | relevance | path

Searched refs:mCondition (Results 1 – 17 of 17) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dsync.h49 pthread_cond_t mCondition;
55 pthread_cond_init(&mCondition, NULL); in Condition()
58 pthread_cond_destroy(&mCondition); in ~Condition()
63 return pthread_cond_wait(&mCondition, &mMutex); in wait()
67 pthread_cond_signal(&mCondition); in signal()
Dcpp_bindings.cpp659 res = mCondition.wait(); in requestEvent()
683 res = mCondition.wait(); in requestVendorEvent()
718 cmd->mCondition.signal(); in event_handler()
Dcpp_bindings.h236 Condition mCondition; variable
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dsync.h49 pthread_cond_t mCondition;
55 pthread_cond_init(&mCondition, NULL); in Condition()
58 pthread_cond_destroy(&mCondition); in ~Condition()
63 int status = pthread_cond_wait(&mCondition, &mMutex); in wait()
85 status = pthread_cond_timedwait(&mCondition, &mMutex, &abstime); in wait()
90 pthread_cond_signal(&mCondition); in signal()
Dcpp_bindings.cpp645 res = mCondition.wait(); in requestEvent()
671 res = mCondition.wait(); in requestVendorEvent()
705 cmd->mCondition.signal(); in event_handler()
Dcpp_bindings.h310 Condition mCondition; variable
Dwificonfig.cpp673 res = mCondition.wait(abstime); in requestEvent()
Dwifilogger.cpp993 res = mCondition.wait(abstime); in requestEvent()
1371 return mCondition.wait(absTime); in timed_wait()
Dnan_ind.cpp929 ret = mCondition.wait(abstime); in getNanStaParameter()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DCallbacks.cpp43 mCondition.notify_all(); in notify()
49 mCondition.wait(lock, [this] { return mNotified; }); in wait()
76 mCondition.notify_all(); in notify()
83 mCondition.wait(lock, [this] { return mNotified; }); in wait()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCallbacks.cpp50 mCondition.notify_all(); in notify()
61 mCondition.wait(lock, [this] { return mNotified; }); in wait()
106 mCondition.wait(lock, [this] { return mNotified; }); in wait()
140 mCondition.notify_all(); in notifyInternal()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCallbacks.cpp51 mCondition.notify_all(); in notifyInternal()
72 mCondition.wait(lock, [this] { return mNotified; }); in wait()
105 mCondition.wait(lock, [this] { return mNotified; }); in wait()
159 mCondition.notify_all(); in notifyInternal()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
DCallbacks.h122 mutable std::condition_variable mCondition; variable
196 mutable std::condition_variable mCondition; variable
/hardware/interfaces/neuralnetworks/1.2/vts/functional/include/1.2/
DCallbacks.h152 mutable std::condition_variable mCondition; variable
316 mutable std::condition_variable mCondition; variable
/hardware/interfaces/neuralnetworks/1.3/vts/functional/include/1.3/
DCallbacks.h182 mutable std::condition_variable mCondition; variable
382 mutable std::condition_variable mCondition; variable
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h119 std::condition_variable mCondition; variable
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp855 mCondition.notify_all(); in stop()
870 mCondition.notify_all(); in enableCallback()
883 mCondition.wait(lock, [this] { return mCallbackEnabled || !mStarted; }); in vsyncLoop()