Home
last modified time | relevance | path

Searched refs:waitForEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
DFileObserverTest.java101 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/
DCameraZSLTests.cpp61 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/
Dcamera_service_fuzzer.cpp145 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/
DSensorEventQueue.h79 status_t waitForEvent() const;
/frameworks/native/libs/sensor/
DSensorEventQueue.cpp93 status_t SensorEventQueue::waitForEvent() const in waitForEvent() function in android::SensorEventQueue