Searched refs:waitForEvent (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java83 waitForEvent(); // open
84 waitForEvent(); // modify
87 waitForEvent(); // modify
88 waitForEvent(); // delete
99 private void waitForEvent() { method in class:FileObserverTest
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp59 status_t waitForEvent(Mutex &mutex, Condition &condition, bool &flag);
147 status_t CameraZSLTests::waitForEvent(Mutex &mutex, function in class:CameraZSLTests
282 ASSERT_EQ(NO_ERROR, waitForEvent(mAutoFocusLock,
287 ASSERT_EQ(NO_ERROR, waitForEvent(mSnapshotLock, mSnapshotCondition,
/frameworks/native/libs/sensor/include/sensor/
H A DSensorEventQueue.h78 status_t waitForEvent() const;
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp92 status_t SensorEventQueue::waitForEvent() const function in class:android::SensorEventQueue
102 ALOGE("SensorEventQueue::waitForEvent error (errno=%d)", errno);
108 ALOGE("SensorEventQueue::waitForEvent error HANGUP");
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h468 void waitForEvent();
H A DSurfaceFlinger.cpp1228 void SurfaceFlinger::waitForEvent() { function in class:android::SurfaceFlinger
1261 waitForEvent();

Completed in 78 milliseconds