Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h1010 int32_t setFocusPosition(const char *typeStr, const char *posStr);
DQCameraParameters.cpp6860 int32_t QCameraParameters::setFocusPosition(const char *typeStr, const char *posStr) in setFocusPosition() argument
6862 LOGH(", type:%s, pos: %s", typeStr, posStr); in setFocusPosition()
6864 float pos = (float) atof(posStr); in setFocusPosition()
6875 updateParamEntry(KEY_QC_MANUAL_FOCUS_POSITION, posStr); in setFocusPosition()