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/gui/
H A DSensorEventQueue.cpp95 status_t SensorEventQueue::waitForEvent() const function in class:android::SensorEventQueue
105 ALOGE("SensorEventQueue::waitForEvent error (errno=%d)", errno);
111 ALOGE("SensorEventQueue::waitForEvent error HANGUP");
/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.cpp751 void SurfaceFlinger::waitForEvent() { function in class:android::SurfaceFlinger
783 waitForEvent();
H A DSurfaceFlinger_hwc1.cpp771 void SurfaceFlinger::waitForEvent() { function in class:android::SurfaceFlinger
803 waitForEvent();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java88 * waitForEvent() is called on the monitor thread for events. All other methods
240 public String waitForEvent() { method in class:WifiNative

Completed in 859 milliseconds