Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DFileObserverTest.java83 waitForEvent(); // open in testRun()
84 waitForEvent(); // modify in testRun()
87 waitForEvent(); // modify in testRun()
88 waitForEvent(); // delete in testRun()
99 private void waitForEvent() { in waitForEvent() method in FileObserverTest
/frameworks/av/camera/tests/
DCameraZSLTests.cpp59 status_t waitForEvent(Mutex &mutex, Condition &condition, bool &flag);
147 status_t CameraZSLTests::waitForEvent(Mutex &mutex, in waitForEvent() function in CameraZSLTests
282 ASSERT_EQ(NO_ERROR, waitForEvent(mAutoFocusLock, in TEST_F()
287 ASSERT_EQ(NO_ERROR, waitForEvent(mSnapshotLock, mSnapshotCondition, in TEST_F()
/frameworks/native/libs/sensor/include/sensor/
DSensorEventQueue.h78 status_t waitForEvent() const;
/frameworks/native/services/surfaceflinger/
DEventThread.h98 Vector< sp<EventThread::Connection> > waitForEvent(
DEventThread.cpp185 signalConnections = waitForEvent(&event); in threadLoop()
213 Vector< sp<EventThread::Connection> > EventThread::waitForEvent( in waitForEvent() function in android::EventThread
DSurfaceFlinger.h326 void waitForEvent();
DSurfaceFlinger_hwc1.cpp946 void SurfaceFlinger::waitForEvent() { in waitForEvent() function in android::SurfaceFlinger
978 waitForEvent(); in run()
DSurfaceFlinger.cpp1038 void SurfaceFlinger::waitForEvent() { in waitForEvent() function in android::SurfaceFlinger
1070 waitForEvent(); in run()
/frameworks/native/libs/sensor/
DSensorEventQueue.cpp92 status_t SensorEventQueue::waitForEvent() const in waitForEvent() function in android::SensorEventQueue