Searched refs:SessionConfigSupport (Results 1 – 4 of 4) sorted by relevance
22 import static android.hardware.camera2.cts.CameraTestUtils.SessionConfigSupport;284 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicLogicalPhysicalStreamCombination()425 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicPhysicalRequests()1131 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicPhysicalStreamingForCamera()
19 import static android.hardware.camera2.cts.CameraTestUtils.SessionConfigSupport;607 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testMandatoryStreamCombination()
554 CameraTestUtils.SessionConfigSupport sessionConfigSupport = in testSPerfClassJpegSizesByCamera()
3977 public final static class SessionConfigSupport { class in CameraTestUtils3982 public SessionConfigSupport(boolean error, in SessionConfigSupport() method in CameraTestUtils.SessionConfigSupport4010 SessionConfigSupport sessionConfigSupported = in checkSessionConfigurationSupported()4020 public static SessionConfigSupport isSessionConfigSupported(CameraDevice camera, in isSessionConfigSupported()4057 return new SessionConfigSupport(false/*error*/, in isSessionConfigSupported()4060 return new SessionConfigSupport(true/*error*/, in isSessionConfigSupported()4063 return new SessionConfigSupport(true/*error*/, in isSessionConfigSupported()4071 return new SessionConfigSupport(false/*error*/, in isSessionConfigSupported()