Home
last modified time | relevance | path

Searched refs:testCreateSessionWithParametersByCamera (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1073 testCreateSessionWithParametersByCamera(mCameraIds[i], /*reprocessable*/false); in testCreateSessionWithParameters()
1074 testCreateSessionWithParametersByCamera(mCameraIds[i], /*reprocessable*/true); in testCreateSessionWithParameters()
1085 private void testCreateSessionWithParametersByCamera(String cameraId, boolean reprocessable) in testCreateSessionWithParametersByCamera() method in CameraDeviceTest