Searched refs:Wait (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.h45 ///Wait operation
46 status_t Wait();
54 ///Wait operation with a timeout
H A DSemaphore.cpp119 @brief Wait operation
126 status_t Semaphore::Wait() function in class:Ti::Utils::Semaphore
134 ///Wait and return the status after signalling
186 @brief Wait operation with a timeout
217 ///Wait for the timeout or signal and return the result based on whichever event occurred first
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.h42 ///Wait operation
43 status_t Wait();
51 ///Wait operation with a timeout
H A DSemaphore.cpp118 @brief Wait operation
125 status_t Semaphore::Wait() function in class:android::Semaphore
133 ///Wait and return the status after signalling
185 @brief Wait operation with a timeout
216 ///Wait for the timeout or signal and return the result based on whichever event occurred first
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dlocker.h93 locker_.Wait();
141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } function in class:sdm::Locker
/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp150 ///Wait for the ACK - implies that the thread is now started and waiting for frames
151 sem.Wait();
322 ///Wait for the ACK - implies that the thread is now started and waiting for frames
323 sem.Wait();
374 ///Wait for the ACK for display to be disabled
376 sem.Wait();
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp220 ///Wait for the ACK - implies that the thread is now started and waiting for frames
221 sem.Wait();
399 ///Wait for the ACK - implies that the thread is now started and waiting for frames
400 sem.Wait();
449 ///Wait for the ACK for display to be disabled
451 sem.Wait();
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCapture.cpp1427 //Wait here for the capture to be done, in worst case timeout and proceed with cleanup
1543 //Wait for the image port enable event
1600 //Wait for the image port enable event
1854 // Wait for the image port enable event
2002 //Wait for the image port enable event
2003 camSem.Wait();
2063 //Wait for the image port enable event
2065 camSem.Wait();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7111 virtual int Wait();
7133 int WindowsDeathTest::Wait() {
7137 // Wait until the child either signals that it has acquired the write end
7275 virtual int Wait();
7293 int ForkingDeathTest::Wait() {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8269 virtual int Wait() = 0;
8276 // than a function pointer or functor, or else Wait and Passed could
8356 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \

Completed in 364 milliseconds