Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java1167 CaptureResult triggerResult = captureListener.getCaptureResultForRequest( in testBasicTriggerSequence() local
1169 int afState = triggerResult.get(CaptureResult.CONTROL_AF_STATE); in testBasicTriggerSequence()
1199 triggerResult = captureListener.getCaptureResultForRequest( in testBasicTriggerSequence()
1202 int aeState = triggerResult.get(CaptureResult.CONTROL_AE_STATE); in testBasicTriggerSequence()
1307 CaptureResult triggerResult = captureListener.getCaptureResultForRequest( in testSimultaneousTriggers() local
1309 int aeState = triggerResult.get(CaptureResult.CONTROL_AE_STATE); in testSimultaneousTriggers()
1310 int afState = triggerResult.get(CaptureResult.CONTROL_AF_STATE); in testSimultaneousTriggers()
1418 CaptureResult triggerResult = captureListener.getCaptureResultForRequest( in testAfThenAeTrigger() local
1420 int afState = triggerResult.get(CaptureResult.CONTROL_AF_STATE); in testAfThenAeTrigger()
1427 triggerResult = captureListener.getCaptureResultForRequest( in testAfThenAeTrigger()
[all …]