Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 25 of 73) sorted by relevance

123

/hardware/google/aemu/base/include/aemu/base/synchronization/
DConditionVariable.h53 void wait(AutoLock* userLock) { in wait() function
77 void wait(StaticLock* lock, Predicate pred) { in wait() function
84 void wait(AutoLock* lock, Predicate pred) { in wait() function
107 void wait(StaticLock* userLock) { in wait() function
145 void wait(StaticLock* userLock) { in wait() function
DEvent.h33 void wait() { in wait() function
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DSyncEvent.h57 void wait() { mCondVar.wait(mMutex); } in wait() function
69 bool wait(long millisec) { in wait() function
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dsync.h62 wifi_error wait() { in wait() function
67 wifi_error wait(struct timespec abstime) in wait() function
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dsync.h62 wifi_error wait() { in wait() function
67 wifi_error wait(struct timespec abstime) in wait() function
/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DCondVar.cpp77 void CondVar::wait(Mutex& mutex) { in wait() function in CondVar
94 bool CondVar::wait(Mutex& mutex, long millisec) { in wait() function in CondVar
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DCallbacks.cpp47 void PreparedModelCallback::wait() const { in wait() function in android::hardware::neuralnetworks::V1_0::implementation::PreparedModelCallback
81 void ExecutionCallback::wait() const { in wait() function in android::hardware::neuralnetworks::V1_0::implementation::ExecutionCallback
/hardware/interfaces/radio/config/1.0/vts/functional/
Dradio_config_hidl_hal_test.cpp50 std::cv_status RadioConfigHidlTest::wait() { in wait() function in RadioConfigHidlTest
/hardware/interfaces/radio/config/1.1/vts/functional/
Dradio_config_hidl_hal_test.cpp49 std::cv_status RadioConfigHidlTest::wait() { in wait() function in RadioConfigHidlTest
/hardware/interfaces/radio/config/1.2/vts/functional/
Dradio_config_hidl_hal_test.cpp49 std::cv_status RadioConfigHidlTest::wait() { in wait() function in RadioConfigHidlTest
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCallbacks.cpp59 void PreparedModelCallback::wait() const { in wait() function in android::hardware::neuralnetworks::V1_2::implementation::PreparedModelCallback
104 void ExecutionCallback::wait() const { in wait() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dsync.h62 int wait() { in wait() function
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dsync.h62 int wait() { in wait() function
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_test.cpp86 std::cv_status RadioHidlTest_v1_3::wait() { in wait() function in RadioHidlTest_v1_3
/hardware/interfaces/radio/1.0/vts/functional/
Dsap_hidl_hal_test.cpp70 std::cv_status SapHidlTest::wait() { in wait() function in SapHidlTest
Dradio_hidl_hal_test.cpp86 std::cv_status RadioHidlTest::wait(int sec) { in wait() function in RadioHidlTest
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_test.cpp83 std::cv_status RadioHidlTest_v1_1::wait(int sec) { in wait() function in RadioHidlTest_v1_1
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_test.cpp91 std::cv_status RadioHidlTest_v1_5::wait() { in wait() function in RadioHidlTest_v1_5
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DCallbacks.cpp44 void PreparedModelCallback::wait() const { in wait() function in aidl::android::hardware::neuralnetworks::implementation::PreparedModelCallback
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_test.cpp154 std::cv_status RadioHidlTest_v1_2::wait() { in wait() function in RadioHidlTest_v1_2
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCallbacks.cpp70 void PreparedModelCallback::wait() const { in wait() function in android::hardware::neuralnetworks::V1_3::implementation::PreparedModelCallback
103 void ExecutionCallback::wait() const { in wait() function in android::hardware::neuralnetworks::V1_3::implementation::ExecutionCallback
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_test.cpp96 std::cv_status RadioHidlTest_v1_4::wait() { in wait() function in RadioHidlTest_v1_4
/hardware/nxp/nfc/snxxx/halimpl/utils/
DNxpNfcThreadMutex.cc109 void NfcHalThreadCondVar::wait() { in wait() function in NfcHalThreadCondVar
/hardware/qcom/display/msm8084/libgralloc/
Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
/hardware/qcom/display/msm8226/libgralloc/
Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function

123