Searched refs:BlockingOpenException (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java49 public static class BlockingOpenException extends Exception { class in class:BlockingCameraManager
86 public BlockingOpenException(int errorCode, String message) { method in class:BlockingCameraManager.BlockingOpenException
119 * <p>Throws {@link BlockingOpenException} when the open fails asynchronously (due to
140 * @throws BlockingOpenException
146 Handler handler) throws CameraAccessException, BlockingOpenException {
282 CameraDevice blockUntilOpen() throws BlockingOpenException {
313 throw new BlockingOpenException(
314 BlockingOpenException.ERROR_DISCONNECTED,
317 throw new BlockingOpenException(
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java40 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
162 } catch (BlockingOpenException e) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java20 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
652 * @throws BlockingOpenException
659 BlockingOpenException {
685 * @throws BlockingOpenException
692 BlockingOpenException {

Completed in 61 milliseconds