Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h864 int32_t setFocusPosition(const char *typeStr, const char *posStr);
DQCameraParameters.cpp5850 int32_t QCameraParameters::setFocusPosition(const char *typeStr, const char *posStr) in setFocusPosition() argument
5852 CDBG_HIGH("%s, type:%s, pos: %s", __func__, typeStr, posStr); in setFocusPosition()
5854 float pos = (float) atof(posStr); in setFocusPosition()
5865 updateParamEntry(KEY_QC_MANUAL_FOCUS_POSITION, posStr); in setFocusPosition()