Home
last modified time | relevance | path

Searched defs:openDevice (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java250 protected void openDevice(String cameraId) throws Exception { in openDevice() method in Camera2AndroidTestCase
260 protected void openDevice(String cameraId, BlockingStateCallback listener) throws Exception { in openDevice() method in Camera2AndroidTestCase
270 protected void openDevice(String cameraId, boolean overrideToPortrait) throws Exception { in openDevice() method in Camera2AndroidTestCase
281 protected void openDevice(String cameraId, boolean overrideToPortrait, in openDevice() method in Camera2AndroidTestCase
DCamera2ConcurrentAndroidTestCase.java240 protected void openDevice(String cameraId) throws Exception { in openDevice() method in Camera2ConcurrentAndroidTestCase
252 protected void openDevice(String cameraId, BlockingStateCallback listener) throws Exception { in openDevice() method in Camera2ConcurrentAndroidTestCase
DCamera2AndroidTestRule.java356 public void openDevice(String cameraId) throws Exception { in openDevice() method in Camera2AndroidTestRule
366 public void openDevice(String cameraId, BlockingStateCallback listener) throws Exception { in openDevice() method in Camera2AndroidTestRule
DCamera2SurfaceViewTestCase.java634 protected void openDevice(String cameraId) throws Exception { in openDevice() method in Camera2SurfaceViewTestCase
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionCharacteristicsTest.java120 private void openDevice(String cameraId) throws Exception { in openDevice() method in CameraExtensionCharacteristicsTest