Searched refs:CONTROL_AF_TRIGGER (Results 1 – 12 of 12) sorted by relevance
/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/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/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyFocusStateMapper.java | 87 int afTrigger = ParamsUtils.getOrDefault(captureRequest, CONTROL_AF_TRIGGER, in processRequestTriggers()
|
D | LegacyMetadataMapper.java | 815 CaptureRequest.CONTROL_AF_TRIGGER, in mapRequest() 1274 m.set(CaptureRequest.CONTROL_AF_TRIGGER, CONTROL_AF_TRIGGER_IDLE); in createRequestTemplate()
|
/frameworks/rs/java/tests/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/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 | CaptureRequest.java | 1232 public static final Key<Integer> CONTROL_AF_TRIGGER = field in CaptureRequest
|
D | CaptureResult.java | 1187 public static final Key<Integer> CONTROL_AF_TRIGGER = field in CaptureResult
|
/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/api/ |
D | current.txt | 14133 …lic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> CONTROL_AF_TRIGGER; 14211 …blic static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> CONTROL_AF_TRIGGER;
|
D | test-current.txt | 14146 …lic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> CONTROL_AF_TRIGGER; 14224 …blic static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> CONTROL_AF_TRIGGER;
|
D | system-current.txt | 14580 …lic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> CONTROL_AF_TRIGGER; 14658 …blic static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> CONTROL_AF_TRIGGER;
|