Searched refs:triggerResult (Results 1 – 1 of 1) sorted by relevance
1167 CaptureResult triggerResult = captureListener.getCaptureResultForRequest( in testBasicTriggerSequence() local1169 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() local1309 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() local1420 int afState = triggerResult.get(CaptureResult.CONTROL_AF_STATE); in testAfThenAeTrigger()1427 triggerResult = captureListener.getCaptureResultForRequest( in testAfThenAeTrigger()[all …]