Searched defs: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/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/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/services/surfaceflinger/
H A DEventThread.cpp185 signalConnections = waitForEvent(&event);
213 Vector< sp<EventThread::Connection> > EventThread::waitForEvent( function in class:android::EventThread
H A DSurfaceFlinger.cpp1038 void SurfaceFlinger::waitForEvent() { function in class:android::SurfaceFlinger
1070 waitForEvent();
H A DSurfaceFlinger_hwc1.cpp946 void SurfaceFlinger::waitForEvent() { function in class:android::SurfaceFlinger
978 waitForEvent();

Completed in 587 milliseconds