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.java84 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/
DCameraZSLTests.cpp59 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/
Dcamera_service_fuzzer.cpp137 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/
DSensorEventQueue.h79 status_t waitForEvent() const;
/frameworks/native/libs/sensor/
DSensorEventQueue.cpp93 status_t SensorEventQueue::waitForEvent() const in waitForEvent() function in android::SensorEventQueue