Searched refs:tintStr (Results 1 – 6 of 6) sorted by relevance
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 725 int32_t setTintlessValue(const char *tintStr);
|
D | QCameraParameters.cpp | 5505 int32_t QCameraParameters::setTintlessValue(const char *tintStr) in setTintlessValue() argument 5507 if (tintStr != NULL) { in setTintlessValue() 5510 tintStr); in setTintlessValue() 5512 CDBG_HIGH("%s: Setting Tintless value %s", __func__, tintStr); in setTintlessValue() 5513 updateParamEntry(KEY_QC_TINTLESS_ENABLE, tintStr); in setTintlessValue() 5520 ALOGE("Invalid Tintless value: %s", (tintStr == NULL) ? "NULL" : tintStr); in setTintlessValue()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 905 int32_t setTintlessValue(const char *tintStr);
|
D | QCameraParameters.cpp | 6918 int32_t QCameraParameters::setTintlessValue(const char *tintStr) in setTintlessValue() argument 6920 if (tintStr != NULL) { in setTintlessValue() 6922 PARAM_MAP_SIZE(ENABLE_DISABLE_MODES_MAP), tintStr); in setTintlessValue() 6924 CDBG_HIGH("%s: Setting Tintless value %s", __func__, tintStr); in setTintlessValue() 6925 updateParamEntry(KEY_QC_TINTLESS_ENABLE, tintStr); in setTintlessValue() 6932 ALOGE("Invalid Tintless value: %s", (tintStr == NULL) ? "NULL" : tintStr); in setTintlessValue()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 905 int32_t setTintlessValue(const char *tintStr);
|
D | QCameraParameters.cpp | 6918 int32_t QCameraParameters::setTintlessValue(const char *tintStr) in setTintlessValue() argument 6920 if (tintStr != NULL) { in setTintlessValue() 6922 PARAM_MAP_SIZE(ENABLE_DISABLE_MODES_MAP), tintStr); in setTintlessValue() 6924 CDBG_HIGH("%s: Setting Tintless value %s", __func__, tintStr); in setTintlessValue() 6925 updateParamEntry(KEY_QC_TINTLESS_ENABLE, tintStr); in setTintlessValue() 6932 ALOGE("Invalid Tintless value: %s", (tintStr == NULL) ? "NULL" : tintStr); in setTintlessValue()
|