Searched refs:posStr (Results 1 – 2 of 2) sorted by relevance
864 int32_t setFocusPosition(const char *typeStr, const char *posStr);
5850 int32_t QCameraParameters::setFocusPosition(const char *typeStr, const char *posStr) in setFocusPosition() argument5852 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()