Searched defs:waitForEvent (Results 1 - 5 of 5) 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.cpp77 status_t SensorEventQueue::waitForEvent() const function in class:android::SensorEventQueue
87 ALOGE("SensorEventQueue::waitForEvent error (errno=%d)", errno);
93 ALOGE("SensorEventQueue::waitForEvent error HANGUP");
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp147 signalConnections = waitForEvent(&event);
175 Vector< sp<EventThread::Connection> > EventThread::waitForEvent( function in class:android::EventThread
H A DSurfaceFlinger.cpp688 void SurfaceFlinger::waitForEvent() { function in class:android::SurfaceFlinger
719 waitForEvent();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java36 * waitForEvent() is called on the monitor thread for events. All other methods
74 private native String waitForEvent(String iface); method in class:WifiNative
95 public String waitForEvent() { method in class:WifiNative
96 return waitForEvent(mInterface);

Completed in 170 milliseconds