Searched refs:CONTROL_AF_TRIGGER (Results 1 – 8 of 8) 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/core/java/android/hardware/camera2/legacy/ |
D | LegacyFocusStateMapper.java | 87 int afTrigger = ParamsUtils.getOrDefault(captureRequest, CONTROL_AF_TRIGGER, in processRequestTriggers()
|
D | LegacyMetadataMapper.java | 764 CaptureRequest.CONTROL_AF_TRIGGER, in mapRequest() 1223 m.set(CaptureRequest.CONTROL_AF_TRIGGER, CONTROL_AF_TRIGGER_IDLE); in createRequestTemplate()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CaptureRequest.java | 1025 public static final Key<Integer> CONTROL_AF_TRIGGER = field in CaptureRequest
|
D | CaptureResult.java | 1089 public static final Key<Integer> CONTROL_AF_TRIGGER = field in CaptureResult
|
/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/api/ |
D | system-current.txt | 13229 …lic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> CONTROL_AF_TRIGGER; 13303 …blic static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> CONTROL_AF_TRIGGER;
|
D | current.txt | 12923 …lic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Integer> CONTROL_AF_TRIGGER; 12997 …blic static final android.hardware.camera2.CaptureResult.Key<java.lang.Integer> CONTROL_AF_TRIGGER;
|