Searched refs:waitForEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/os/ |
D | FileObserverTest.java | 84 waitForEvent(); // open in testRun() 85 waitForEvent(); // modify in testRun() 88 waitForEvent(); // modify in testRun() 89 waitForEvent(); // delete in testRun() 100 private void waitForEvent() { in waitForEvent() method in FileObserverTest
|
/frameworks/av/camera/tests/ |
D | CameraZSLTests.cpp | 59 status_t waitForEvent(Mutex &mutex, Condition &condition, bool &flag); 147 status_t CameraZSLTests::waitForEvent(Mutex &mutex, in waitForEvent() function in CameraZSLTests 284 ASSERT_EQ(NO_ERROR, waitForEvent(mAutoFocusLock, in TEST_F() 289 ASSERT_EQ(NO_ERROR, waitForEvent(mSnapshotLock, mSnapshotCondition, in TEST_F()
|
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/ |
D | camera_service_fuzzer.cpp | 137 status_t waitForEvent(Mutex &mutex, Condition &condition, bool &flag); 183 status_t CameraFuzzer::waitForEvent(Mutex &mutex, Condition &condition, bool &flag) { in waitForEvent() function in CameraFuzzer 390 waitForEvent(mAutoFocusLock, mAutoFocusCondition, mAutoFocusMessage); in invokeCameraAPIs() 401 waitForEvent(mSnapshotLock, mSnapshotCondition, mSnapshotNotification); in invokeCameraAPIs()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | SensorEventQueue.h | 79 status_t waitForEvent() const;
|
/frameworks/native/libs/sensor/ |
D | SensorEventQueue.cpp | 93 status_t SensorEventQueue::waitForEvent() const in waitForEvent() function in android::SensorEventQueue
|