Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 9 of 9) sorted by relevance

/hardware/ti/omap4xxx/libtiutils/
DSemaphore.h43 status_t Wait();
DSemaphore.cpp125 status_t Semaphore::Wait() in Wait() function in android::Semaphore
/hardware/ti/omap4-aah/libtiutils/
DSemaphore.h46 status_t Wait();
DSemaphore.cpp126 status_t Semaphore::Wait() in Wait() function in Ti::Utils::Semaphore
/hardware/ti/omap4-aah/camera/
DANativeWindowDisplayAdapter.cpp151 sem.Wait(); in ~ANativeWindowDisplayAdapter()
323 sem.Wait(); in enableDisplay()
376 sem.Wait(); in disableDisplay()
/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp221 sem.Wait(); in ~ANativeWindowDisplayAdapter()
400 sem.Wait(); in enableDisplay()
451 sem.Wait(); in disableDisplay()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp2003 camSem.Wait(); in UseBuffersRawCapture()
2065 camSem.Wait(); in UseBuffersRawCapture()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7111 virtual int Wait();
7133 int WindowsDeathTest::Wait() { in Wait() function in testing::internal::WindowsDeathTest
7275 virtual int Wait();
7293 int ForkingDeathTest::Wait() { in Wait() function in testing::internal::ForkingDeathTest
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h8269 virtual int Wait() = 0;
8356 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \