Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DFeatureCombinationTest.java194 boolean haveSession = false; in testIsSessionConfigurationSupported()
221 haveSession = in testIsSessionConfigurationSupported()
243 if (haveSession) { in testIsSessionConfigurationSupported()
279 boolean haveSession = true; in verifyCombinationStreaming()
396 return haveSession; in verifyCombinationStreaming()
424 boolean haveSession = false; in testVPerfClassCombination()
441 haveSession = verifyCombinationStreaming(outputConfigs, DynamicRangeProfiles.HLG10, in testVPerfClassCombination()
451 if (haveSession) { in testVPerfClassCombination()
DConcurrentCameraTest.java74 public boolean haveSession = false; field in ConcurrentCameraTest.TestSample
281 testSample.haveSession = true; in testMandatoryConcurrentStreamCombination()
314 if (testSample.haveSession) { in testMandatoryConcurrentStreamCombination()
DMultiResolutionImageReaderTest.java299 boolean haveSession = false; in testMultiResolutionMandatoryStreamCombination()
318 haveSession = true; in testMultiResolutionMandatoryStreamCombination()
339 if (haveSession) { in testMultiResolutionMandatoryStreamCombination()
DRobustnessTest.java422 boolean haveSession = false; in testMandatoryOutputCombinationWithPresetKeys()
431 haveSession = true; in testMandatoryOutputCombinationWithPresetKeys()
469 if (haveSession) { in testMandatoryOutputCombinationWithPresetKeys()
575 boolean haveSession = false; in testMandatoryStreamCombination()
623 haveSession = true; in testMandatoryStreamCombination()
655 if (haveSession) { in testMandatoryStreamCombination()