Searched refs:waitForEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/os/ |
D | FileObserverTest.java | 101 waitForEvent(); // open in testRun() 102 waitForEvent(); // modify in testRun() 105 waitForEvent(); // modify in testRun() 106 waitForEvent(); // delete in testRun() 117 private void waitForEvent() { in waitForEvent() method in FileObserverTest
|
/frameworks/av/camera/tests/ |
D | CameraZSLTests.cpp | 61 status_t waitForEvent(Mutex &mutex, Condition &condition, bool &flag); 149 status_t CameraZSLTests::waitForEvent(Mutex &mutex, in waitForEvent() function in CameraZSLTests 289 ASSERT_EQ(NO_ERROR, waitForEvent(mAutoFocusLock, in TEST_F() 294 ASSERT_EQ(NO_ERROR, waitForEvent(mSnapshotLock, mSnapshotCondition, in TEST_F()
|
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/ |
D | camera_service_fuzzer.cpp | 145 status_t waitForEvent(Mutex &mutex, Condition &condition, bool &flag); 193 status_t CameraFuzzer::waitForEvent(Mutex &mutex, Condition &condition, bool &flag) { in waitForEvent() function in CameraFuzzer 429 waitForEvent(mAutoFocusLock, mAutoFocusCondition, mAutoFocusMessage); in invokeCameraAPIs() 440 waitForEvent(mSnapshotLock, mSnapshotCondition, mSnapshotNotification); in invokeCameraAPIs() 473 waitForEvent(mRecordingLock, mRecordingCondition, mRecordingNotification); 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
|