Searched refs:mSnapshotDone (Results 1 – 1 of 1) sorted by relevance
115 private final ConditionVariable mSnapshotDone = new ConditionVariable(); field in CameraTest292 mSnapshotDone.open(); in onPictureTaken()345 if (!mSnapshotDone.block(WAIT_FOR_SNAPSHOT_TO_COMPLETE)) { in waitForSnapshotDone()349 mSnapshotDone.close(); in waitForSnapshotDone()2553 mSnapshotDone.open();