Home
last modified time | relevance | path

Searched refs:KEY_QC_MANUAL_FOCUS_POSITION (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h221 static const char KEY_QC_MANUAL_FOCUS_POSITION[]; variable
DQCameraParameters.cpp93 const char QCameraParameters::KEY_QC_MANUAL_FOCUS_POSITION[] = "manual-focus-position"; member in qcamera::QCameraParameters
2561 const char *pos = params.get(KEY_QC_MANUAL_FOCUS_POSITION); in setFocusPosition()
2562 const char *prev_pos = get(KEY_QC_MANUAL_FOCUS_POSITION); in setFocusPosition()
6875 updateParamEntry(KEY_QC_MANUAL_FOCUS_POSITION, posStr); in setFocusPosition()