Searched refs:disStr (Results 1 – 6 of 6) sorted by relevance
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 5584 int32_t QCameraParameters::setDISValue(const char *disStr) in setDISValue() argument 5586 if (disStr != NULL) { in setDISValue() 5589 disStr); in setDISValue() 5595 CDBG("%s: Setting DIS value %s", __func__, disStr); in setDISValue() 5596 updateParamEntry(KEY_QC_DIS, disStr); in setDISValue() 5597 if (!(strcmp(disStr,"enable"))) { in setDISValue() 5608 ALOGE("Invalid DIS value: %s", (disStr == NULL) ? "NULL" : disStr); in setDISValue()
|
D | QCameraParameters.h | 708 int32_t setDISValue(const char *disStr);
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 7051 int32_t QCameraParameters::setDISValue(const char *disStr) in setDISValue() argument 7053 if (disStr != NULL) { in setDISValue() 7055 PARAM_MAP_SIZE(ENABLE_DISABLE_MODES_MAP), disStr); in setDISValue() 7061 CDBG_HIGH("%s: Setting DIS value %s", __func__, disStr); in setDISValue() 7062 updateParamEntry(KEY_QC_DIS, disStr); in setDISValue() 7063 if (!(strcmp(disStr,"enable"))) { in setDISValue() 7074 ALOGE("Invalid DIS value: %s", (disStr == NULL) ? "NULL" : disStr); in setDISValue()
|
D | QCameraParameters.h | 880 int32_t setDISValue(const char *disStr);
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 7051 int32_t QCameraParameters::setDISValue(const char *disStr) in setDISValue() argument 7053 if (disStr != NULL) { in setDISValue() 7055 PARAM_MAP_SIZE(ENABLE_DISABLE_MODES_MAP), disStr); in setDISValue() 7061 CDBG_HIGH("%s: Setting DIS value %s", __func__, disStr); in setDISValue() 7062 updateParamEntry(KEY_QC_DIS, disStr); in setDISValue() 7063 if (!(strcmp(disStr,"enable"))) { in setDISValue() 7074 ALOGE("Invalid DIS value: %s", (disStr == NULL) ? "NULL" : disStr); in setDISValue()
|
D | QCameraParameters.h | 880 int32_t setDISValue(const char *disStr);
|