Searched refs:CAMERA_CLOSE_TIMEOUT (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java58 public static final long CAMERA_CLOSE_TIMEOUT = 2000; // ms field in class:CameraOps
351 * Times out after @{value CAMERA_CLOSE_TIMEOUT} ms.
356 boolean closed = mCloseWaiter.block(CAMERA_CLOSE_TIMEOUT);
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java64 public static final long CAMERA_CLOSE_TIMEOUT = 2000; // ms field in class:CameraOps
316 * Times out after @{value CAMERA_CLOSE_TIMEOUT} ms.
321 boolean closed = mCloseWaiter.block(CAMERA_CLOSE_TIMEOUT);

Completed in 69 milliseconds