Searched refs:waitForEvent (Results 1 – 9 of 9) sorted by relevance
83 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
59 status_t waitForEvent(Mutex &mutex, Condition &condition, bool &flag);147 status_t CameraZSLTests::waitForEvent(Mutex &mutex, in waitForEvent() function in CameraZSLTests282 ASSERT_EQ(NO_ERROR, waitForEvent(mAutoFocusLock, in TEST_F()287 ASSERT_EQ(NO_ERROR, waitForEvent(mSnapshotLock, mSnapshotCondition, in TEST_F()
78 status_t waitForEvent() const;
98 Vector< sp<EventThread::Connection> > waitForEvent(
185 signalConnections = waitForEvent(&event); in threadLoop()213 Vector< sp<EventThread::Connection> > EventThread::waitForEvent( in waitForEvent() function in android::EventThread
326 void waitForEvent();
946 void SurfaceFlinger::waitForEvent() { in waitForEvent() function in android::SurfaceFlinger978 waitForEvent(); in run()
1038 void SurfaceFlinger::waitForEvent() { in waitForEvent() function in android::SurfaceFlinger1070 waitForEvent(); in run()
92 status_t SensorEventQueue::waitForEvent() const in waitForEvent() function in android::SensorEventQueue