Searched refs:afState (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.h76 camera_metadata_enum_android_control_af_state afState; member in struct:android::camera2::FrameProcessor::AlgState
87 afState(ANDROID_CONTROL_AF_STATE_INACTIVE),
H A DFrameProcessor.cpp251 &new3aState.afState, frameNumber, cameraId);
271 if (new3aState.afState != m3aState.afState ||
276 m3aState.afState, new3aState.afState,
279 client->notifyAutoFocus(new3aState.afState, new3aState.afTriggerId);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java115 Log.e(TAG, "onCaptureCompleted - missing android.control.afState key, " +
127 Integer afState = result.get(CaptureResult.CONTROL_AF_STATE);
134 if (afState == null) {
135 Log.w(TAG, "onCaptureCompleted - missing android.control.afState !");
143 " new AF state = " + afState);
145 if (mLastAfState == afState && afMode == mLastAfMode) {
151 " new AF state = " + afState);
153 mLastAfState = afState;
156 switch (afState) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1418 // android.control.afState
1428 uint8_t afState; local
1443 &afState, frameNumber);
1461 afState, aeState, awbState,
1511 &afState, frameNumber)) {

Completed in 115 milliseconds