Home
last modified time | relevance | path

Searched refs:CAMERA_MSG_FOCUS (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/android_stub/system/
Dcamera.h75 CAMERA_MSG_FOCUS = 0x0004, // notifyCallback enumerator
/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal348 * CAMERA_MSG_FOCUS once when focusing is complete. autoFocus() can be
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp4223 rc = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in autoFocus()
6695 ret = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in processAutoFocusEvent()
6731 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()
6740 ret = sendEvtNotify(CAMERA_MSG_FOCUS, false, 0); in processAutoFocusEvent()
6784 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()
DQCamera2HWICallbacks.cpp3390 if (cb->msg_type == CAMERA_MSG_FOCUS) { in cbNotifyRoutine()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp841 if ( msgType & CAMERA_MSG_FOCUS ) { in notify()