Searched refs:CAMERA_CLOSE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
64 public static final long CAMERA_CLOSE_TIMEOUT = 2000; // ms field in CameraOps321 boolean closed = mCloseWaiter.block(CAMERA_CLOSE_TIMEOUT);
58 public static final long CAMERA_CLOSE_TIMEOUT = 2000; // ms field in CameraOps356 boolean closed = mCloseWaiter.block(CAMERA_CLOSE_TIMEOUT); in closeCameraAndWait()