/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/ |
D | AutoFocusStateMachine.java | 233 repeatingBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, in lockAutoFocus() 235 requestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, in lockAutoFocus() 274 repeatingBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, in unlockAutoFocus() 276 requestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, in unlockAutoFocus() 315 repeatingBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, in setActiveAutoFocus() 317 requestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, in setActiveAutoFocus()
|
/frameworks/ex/camera2/extensions/sample/src/java/androidx/camera/extensions/impl/ |
D | HdrImageCaptureExtenderImpl.java | 178 CaptureResult.CONTROL_AF_TRIGGER); in getCaptureProcessor() 180 captureResults.add(new Pair<>(CaptureResult.CONTROL_AF_TRIGGER, in getCaptureProcessor() 388 CaptureRequest.CONTROL_AF_TRIGGER, CaptureRequest.EXTENSION_STRENGTH}; in getAvailableCaptureRequestKeys() 396 CaptureResult.CONTROL_AF_TRIGGER, CaptureResult.CONTROL_AF_STATE, in getAvailableCaptureResultKeys()
|
D | HdrPreviewExtenderImpl.java | 173 Integer afTrigger = result.get(CaptureResult.CONTROL_AF_TRIGGER); in process() 175 captureResults.add(new Pair<>(CaptureResult.CONTROL_AF_TRIGGER, afTrigger)); in process()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | Camera2Focuser.java | 272 if (mRepeatingBuilder.get(CaptureRequest.CONTROL_AF_TRIGGER) in startAutoFocusFullActiveLocked() 276 if (requestBuilder.get(CaptureRequest.CONTROL_AF_TRIGGER) in startAutoFocusFullActiveLocked()
|
/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/ |
D | AdvancedExtenderImplStub.java | 170 map.put(CaptureRequest.CONTROL_AF_TRIGGER, in getSupportedCaptureRequestKeys() 208 map.put(CaptureResult.CONTROL_AF_TRIGGER, in getSupportedCaptureResultKeys()
|
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/ |
D | NightAdvancedExtenderImpl.java | 339 CaptureRequest.CONTROL_AF_TRIGGER, CaptureRequest.JPEG_QUALITY, in getAvailableCaptureRequestKeys() 348 CaptureResult.CONTROL_AF_TRIGGER, CaptureResult.CONTROL_AF_STATE, in getAvailableCaptureResultKeys()
|
D | HdrAdvancedExtenderImpl.java | 317 CaptureRequest.CONTROL_AF_TRIGGER, CaptureRequest.JPEG_QUALITY, in getAvailableCaptureRequestKeys() 326 CaptureResult.CONTROL_AF_TRIGGER, CaptureResult.CONTROL_AF_STATE, in getAvailableCaptureResultKeys()
|
/frameworks/ex/camera2/extensions/eyesFreeVidSample/src/android/camera/extensions/impl/service/ |
D | EyesFreeVidService.java | 176 CaptureRequest.CONTROL_AF_TRIGGER, CaptureRequest.JPEG_QUALITY, in getAvailableCaptureRequestKeys() 192 CaptureResult.CONTROL_AF_TRIGGER, CaptureResult.CONTROL_AF_STATE, in getAvailableCaptureResultKeys()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | CameraOps.java | 578 … mHdrBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, CaptureRequest.CONTROL_AF_TRIGGER_START); 582 … mHdrBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, CaptureRequest.CONTROL_AF_TRIGGER_START);
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | CameraOps.java | 614 … mHdrBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, CaptureRequest.CONTROL_AF_TRIGGER_START); in setParameters() 618 … mHdrBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, CaptureRequest.CONTROL_AF_TRIGGER_START); in setParameters()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCamera2AgentImpl.java | 445 trigger.set(CaptureRequest.CONTROL_AF_TRIGGER, in handleMessage() 474 cancel.set(CaptureRequest.CONTROL_AF_TRIGGER, in handleMessage()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CaptureResult.java | 1418 public static final Key<Integer> CONTROL_AF_TRIGGER = field in CaptureResult
|
D | CaptureRequest.java | 1770 public static final Key<Integer> CONTROL_AF_TRIGGER = field in CaptureRequest
|
/frameworks/base/config/ |
D | dirty-image-objects | 1191 Landroid/hardware/camera2/CaptureRequest;.CONTROL_AF_TRIGGER:Landroid/hardware/camera2/CaptureReque…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 12921 …lic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> CONTROL_AF_TRIGGER; 12995 …blic static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> CONTROL_AF_TRIGGER;
|
/frameworks/base/core/api/ |
D | current.txt | 19719 …lic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> CONTROL_AF_TRIGGER; 19812 …blic static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> CONTROL_AF_TRIGGER;
|