/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | sync.h | 49 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()
|
D | cpp_bindings.cpp | 659 res = mCondition.wait(); in requestEvent() 683 res = mCondition.wait(); in requestVendorEvent() 718 cmd->mCondition.signal(); in event_handler()
|
D | cpp_bindings.h | 236 Condition mCondition; variable
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | sync.h | 49 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()
|
D | cpp_bindings.cpp | 645 res = mCondition.wait(); in requestEvent() 671 res = mCondition.wait(); in requestVendorEvent() 705 cmd->mCondition.signal(); in event_handler()
|
D | cpp_bindings.h | 310 Condition mCondition; variable
|
D | wificonfig.cpp | 673 res = mCondition.wait(abstime); in requestEvent()
|
D | wifilogger.cpp | 993 res = mCondition.wait(abstime); in requestEvent() 1371 return mCondition.wait(absTime); in timed_wait()
|
D | nan_ind.cpp | 929 ret = mCondition.wait(abstime); in getNanStaParameter()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Callbacks.cpp | 43 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/ |
D | Callbacks.cpp | 50 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/ |
D | Callbacks.cpp | 51 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/ |
D | Callbacks.h | 122 mutable std::condition_variable mCondition; variable 196 mutable std::condition_variable mCondition; variable
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/include/1.2/ |
D | Callbacks.h | 152 mutable std::condition_variable mCondition; variable 316 mutable std::condition_variable mCondition; variable
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/include/1.3/ |
D | Callbacks.h | 182 mutable std::condition_variable mCondition; variable 382 mutable std::condition_variable mCondition; variable
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.h | 119 std::condition_variable mCondition; variable
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.cpp | 855 mCondition.notify_all(); in stop() 870 mCondition.notify_all(); in enableCallback() 883 mCondition.wait(lock, [this] { return mCallbackEnabled || !mStarted; }); in vsyncLoop()
|