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/native/include/gui/
DSensorEventQueue.h66 status_t waitForEvent() const;
/frameworks/native/services/surfaceflinger/
DEventThread.h96 Vector< sp<EventThread::Connection> > waitForEvent(
DEventThread.cpp176 signalConnections = waitForEvent(&event); in threadLoop()
204 Vector< sp<EventThread::Connection> > EventThread::waitForEvent( in waitForEvent() function in android::EventThread
DSurfaceFlinger.h238 void waitForEvent();
DSurfaceFlinger.cpp701 void SurfaceFlinger::waitForEvent() { in waitForEvent() function in android::SurfaceFlinger
733 waitForEvent(); in run()
/frameworks/native/libs/gui/
DSensorEventQueue.cpp91 status_t SensorEventQueue::waitForEvent() const in waitForEvent() function in android::SensorEventQueue
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java718 String eventStr = mWifiNative.waitForEvent(); in run()
DWifiNative.java154 public String waitForEvent() { in waitForEvent() method in WifiNative