Home
last modified time | relevance | path

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

123456

/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
H A DSyncEvent.h57 void wait() { mCondVar.wait(mMutex); } in wait() function
69 bool wait(long millisec) { in wait() function
/aosp12/packages/apps/Nfc/nci/jni/
H A DSyncEvent.h57 void wait() { mCondVar.wait(mMutex); } in wait() function
69 bool wait(long millisec) { in wait() function
H A DCondVar.cpp78 void CondVar::wait(Mutex& mutex) { in wait() function in CondVar
95 bool CondVar::wait(Mutex& mutex, long millisec) { in wait() function in CondVar
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dsync.h62 wifi_error wait() { in wait() function
67 wifi_error wait(struct timespec abstime) in wait() function
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
H A 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
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DEvent.h46 ErrorStatus wait() const override { in wait() function
79 ErrorStatus wait() const override { in wait() function
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A 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
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Fence.cpp41 c2_status_t C2Fence::wait(c2_nsecs_t timeoutNs) { in wait() function in C2Fence
86 virtual c2_status_t wait(c2_nsecs_t timeoutNs) { in wait() function in _C2FenceFactory::SurfaceFenceImpl
/aosp12/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java112 public TestResult doRun(Test suite, boolean wait) { in doRun()
125 protected void pause(boolean wait) { in pause()
186 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
/aosp12/frameworks/native/cmds/lshal/
H A DTimeout.h43 bool wait(std::chrono::time_point<C, D> end) { in wait() function
84 timeoutIPC(std::chrono::duration<R, P> wait, const sp<I> &interfaceObject, Function &&func, in timeoutIPC()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/
H A DWaitUtils.kt25 fun wait(condition: () -> Boolean): Boolean { regex
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A 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
/aosp12/hardware/interfaces/radio/config/1.0/vts/functional/
H A Dradio_config_hidl_hal_test.cpp50 std::cv_status RadioConfigHidlTest::wait() { in wait() function in RadioConfigHidlTest
/aosp12/hardware/interfaces/radio/config/1.1/vts/functional/
H A Dradio_config_hidl_hal_test.cpp49 std::cv_status RadioConfigHidlTest::wait() { in wait() function in RadioConfigHidlTest
/aosp12/hardware/interfaces/radio/config/1.2/vts/functional/
H A Dradio_config_hidl_hal_test.cpp49 std::cv_status RadioConfigHidlTest::wait() { in wait() function in RadioConfigHidlTest
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_test.cpp41 std::cv_status SapHidlTest::wait() { in wait() function in SapHidlTest
H A Dradio_hidl_hal_test.cpp86 std::cv_status RadioHidlTest::wait(int sec) { in wait() function in RadioHidlTest
/aosp12/system/chre/platform/slpi/include/chre/target_platform/
H A Dcondition_variable_impl.h39 inline void ConditionVariable::wait(Mutex &mutex) { in wait() function
/aosp12/system/chre/platform/linux/include/chre/target_platform/
H A Dcondition_variable_impl.h32 inline void ConditionVariable::wait(Mutex &mutex) { in wait() function
/aosp12/frameworks/rs/
H A DrsSignal.cpp69 void Signal::wait() { in wait() function in android::renderscript::Signal
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A 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
/aosp12/bionic/libc/bionic/
H A Dwait.cpp34 pid_t wait(int* status) { in wait() function
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dsync.h62 int wait() { in wait() function
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_hidl_hal_test.cpp86 std::cv_status RadioHidlTest_v1_3::wait() { in wait() function in RadioHidlTest_v1_3
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_hidl_hal_test.cpp83 std::cv_status RadioHidlTest_v1_1::wait(int sec) { in wait() function in RadioHidlTest_v1_1

123456