Home
last modified time | relevance | path

Searched defs:afState (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java1167 int afState = triggerResult.get(CaptureResult.CONTROL_AF_STATE); in testBasicTriggerSequence() local
1308 int afState = triggerResult.get(CaptureResult.CONTROL_AF_STATE); in testSimultaneousTriggers() local
1418 int afState = triggerResult.get(CaptureResult.CONTROL_AF_STATE); in testAfThenAeTrigger() local
1544 int afState = triggerResult.get(CaptureResult.CONTROL_AF_STATE); in testAeThenAfTrigger() local
1654 int afState = triggerResult.get(CaptureResult.CONTROL_AF_STATE); in testAeAndAfCausality() local
1664 int afState = in testAeAndAfCausality() local
2073 int afState; in cancelTriggersAndWait() local
2191 private void verifyStartingAfState(int afMode, int afState) { in verifyStartingAfState()
2215 private boolean verifyAfSequence(int afMode, int afState, boolean focusComplete) { in verifyAfSequence()
DCameraExtensionSessionTest.java1334 AutoFocusStateMachine afState, FlashStateListener flashState, in SimpleCaptureCallback()
1736 AutoFocusStateMachine afState = new AutoFocusStateMachine( in testAFMetering() local