HomeSort by relevance Sort by last modified time
    Searched refs:QCAMERA_SM_EVT_STOP_AUTO_FOCUS (Results 1 - 12 of 12) sorted by null

  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h 75 QCAMERA_SM_EVT_STOP_AUTO_FOCUS, // stop auto focus
QCameraStateMachine.cpp 519 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS:
798 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS:
    [all...]
QCamera2HWI.cpp 600 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL);
602 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, &apiResult);
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraStateMachine.h 75 QCAMERA_SM_EVT_STOP_AUTO_FOCUS, // stop auto focus
QCameraStateMachine.cpp 566 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS:
855 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS:
    [all...]
QCamera2HWI.cpp 615 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL);
617 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, &apiResult);
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraStateMachine.h 75 QCAMERA_SM_EVT_STOP_AUTO_FOCUS, // stop auto focus
QCameraStateMachine.cpp 566 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS:
855 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS:
    [all...]
QCamera2HWI.cpp 615 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL);
617 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, &apiResult);
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.h 83 QCAMERA_SM_EVT_STOP_AUTO_FOCUS, // stop auto focus
QCameraStateMachine.cpp 664 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS:
    [all...]
QCamera2HWI.cpp 844 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL);
846 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, &apiResult);
    [all...]

Completed in 62 milliseconds