/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/ |
H A D | MetadataCallback.java | 62 Integer focusState = totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); in updateFocusState() 70 Integer focusState = totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); in updateOneCameraFocusState()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/ |
H A D | AutoFocusHelper.java | 79 boolean missing = result.get(CaptureResult.CONTROL_AF_STATE) == null; in checkControlAfState() 109 controlAFStateToString(result.get(CaptureResult.CONTROL_AF_STATE)), in logExtraFocusInfo()
|
H A D | OneCameraImpl.java | 231 if (result.get(CaptureResult.CONTROL_AF_STATE) == null) { 669 result.get(CaptureResult.CONTROL_AF_STATE) == null) { in autofocusStateChangeDispatcher() 676 stateFromCamera2State(result.get(CaptureResult.CONTROL_AF_STATE)); in autofocusStateChangeDispatcher()
|
H A D | OneCameraZslImpl.java | 333 mCaptureManager.addMetadataChangeListener(CaptureResult.CONTROL_AF_STATE, in OneCameraZslImpl() 342 result.get(CaptureResult.CONTROL_AF_STATE)), in OneCameraZslImpl() 438 Integer afState = captureResult.get(CaptureResult.CONTROL_AF_STATE); in takePicture()
|
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/ |
H A D | AutoFocusStateMachine.java | 113 Key<Integer> keyAfState = CaptureResult.CONTROL_AF_STATE; in onCaptureCompleted() 127 Integer afState = result.get(CaptureResult.CONTROL_AF_STATE); in onCaptureCompleted()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/ |
H A D | AcceptableZslImageFilter.java | 85 Integer afState = metadata.get(CaptureResult.CONTROL_AF_STATE); in isAFAcceptable()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
H A D | AFTriggerResult.java | 72 Integer afState = result.get(CaptureResult.CONTROL_AF_STATE); in update()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | Camera2Focuser.java | 355 if (result.get(CaptureResult.CONTROL_AF_STATE) != null && in createCaptureListener()
|
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
H A D | AndroidCamera2AgentImpl.java | 421 if (result.get(CaptureResult.CONTROL_AF_STATE) != null && in handleMessage() 871 Integer afStateMaybe = result.get(CaptureResult.CONTROL_AF_STATE);
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CaptureResult.java | 1791 public static final Key<Integer> CONTROL_AF_STATE = field in CaptureResult
|
/aosp12/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
H A D | CameraAvgFragment.java | 297 Integer afState = result.get(CaptureResult.CONTROL_AF_STATE);
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | Api2Camera.java | 850 …(int) mLastIso, result.get(CaptureResult.CONTROL_AF_STATE), result.get(CaptureResult.CONTROL_AE_ST… in publishFrameData()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 18516 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> CONTROL_AF_STATE;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 12994 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> CONTROL_AF_STATE;
|