Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java128 private final ConditionVariable mSnapshotDone = new ConditionVariable(); field in CameraTest
365 mSnapshotDone.open(); in onPictureTaken()
427 if (!mSnapshotDone.block(WAIT_FOR_SNAPSHOT_TO_COMPLETE)) { in waitForSnapshotDone()
431 mSnapshotDone.close(); in waitForSnapshotDone()
2841 mSnapshotDone.open(); in onPictureTaken()