Home
last modified time | relevance | path

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

1234

/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/google/gfxstream/guest/android-emu/aemu/base/synchronization/
DAndroidConditionVariable.h57 void wait(AutoLock<Lockable>* userLock) { in wait() function
81 void wait(StaticLock<IsRecursive>* lock, Predicate pred) { in wait() function
88 void wait(AutoLock<Lockable>* lock, Predicate pred) { in wait() function
112 void wait(StaticLock<IsRecursive>* userLock) { in wait() function
152 void wait(StaticLock<IsRecursive>* userLock) { in wait() function
/hardware/interfaces/nfc/aidl/vts/functional/
DSyncEvent.h58 void wait() { mCondVar.wait(mMutex); } in wait() function
70 bool wait(long millisec) { in wait() function
DCondVar.cpp75 void CondVar::wait(std::mutex& mutex) { in wait() function in CondVar
92 bool CondVar::wait(std::mutex& mutex, long millisec) { in wait() function in CondVar
/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/legacy/qcwcn/wifi_hal/
Dsync.h62 wifi_error wait() { in wait() function
67 wifi_error wait(struct timespec abstime) 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/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/interfaces/broadcastradio/aidl/default/test/
DMockBroadcastRadioCallback.h76 bool wait() { in wait() function
/hardware/google/gfxstream/guest/platform/stub/
DStubSync.cpp23 int StubSyncHelper::wait(int, int) { in wait() function in gfxstream::StubSyncHelper
/hardware/google/gfxstream/guest/platform/linux/
DLinuxSync.cpp28 int LinuxSyncHelper::wait(int syncFd, int timeoutMilliseconds) { in wait() function in gfxstream::LinuxSyncHelper
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLBackgroundLoader.cpp81 bool GLBackgroundLoader::wait(intptr_t* exitStatus) { in wait() function in GLBackgroundLoader
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dsync.h62 int wait() { in wait() function
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dsync.h62 int wait() { in wait() function
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaVirtGpuSyncHelper.cpp32 int RutabagaVirtGpuSyncHelper::wait(int syncFd, int timeoutMilliseconds) { in wait() function in gfxstream::RutabagaVirtGpuSyncHelper
/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

1234