Searched refs:mSnapshotDone (Results 1 – 1 of 1) sorted by relevance
117 private final ConditionVariable mSnapshotDone = new ConditionVariable(); field in CameraTest294 mSnapshotDone.open(); in onPictureTaken()347 if (!mSnapshotDone.block(WAIT_FOR_SNAPSHOT_TO_COMPLETE)) { in waitForSnapshotDone()351 mSnapshotDone.close(); in waitForSnapshotDone()2556 mSnapshotDone.open();