Home
last modified time | relevance | path

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

/device/lge/bullhead/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()
/device/huawei/angler/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()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.h958 int32_t setFocusPosition(const char *typeStr, const char *posStr);
DQCameraParameters.cpp6596 int32_t QCameraParameters::setFocusPosition(const char *typeStr, const char *posStr) in setFocusPosition() argument
6598 LOGH(", type:%s, pos: %s", typeStr, posStr); in setFocusPosition()
6600 float pos = (float) atof(posStr); in setFocusPosition()
6611 updateParamEntry(KEY_QC_MANUAL_FOCUS_POSITION, posStr); in setFocusPosition()