Home
last modified time | relevance | path

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

/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraParameters.cpp3543 int32_t QCameraParameters::setAutoExposure(const char *autoExp) in setAutoExposure() argument
3545 if (autoExp != NULL) { in setAutoExposure()
3548 autoExp); in setAutoExposure()
3550 ALOGD("%s: Setting auto exposure %s", __func__, autoExp); in setAutoExposure()
3551 updateParamEntry(KEY_QC_AUTO_EXPOSURE, autoExp); in setAutoExposure()
3558 ALOGE("Invalid auto exposure value: %s", (autoExp == NULL) ? "NULL" : autoExp); in setAutoExposure()
DQCameraParameters.h471 int32_t setAutoExposure(const char *autoExp);
/device/asus/flo/camera/QCamera2/HAL/
DQCameraParameters.cpp3543 int32_t QCameraParameters::setAutoExposure(const char *autoExp) in setAutoExposure() argument
3545 if (autoExp != NULL) { in setAutoExposure()
3548 autoExp); in setAutoExposure()
3550 ALOGD("%s: Setting auto exposure %s", __func__, autoExp); in setAutoExposure()
3551 updateParamEntry(KEY_QC_AUTO_EXPOSURE, autoExp); in setAutoExposure()
3558 ALOGE("Invalid auto exposure value: %s", (autoExp == NULL) ? "NULL" : autoExp); in setAutoExposure()
DQCameraParameters.h472 int32_t setAutoExposure(const char *autoExp);
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.h689 int32_t setAutoExposure(const char *autoExp);
DQCameraParameters.cpp4821 int32_t QCameraParameters::setAutoExposure(const char *autoExp) in setAutoExposure() argument
4823 if (autoExp != NULL) { in setAutoExposure()
4826 autoExp); in setAutoExposure()
4828 CDBG_HIGH("%s: Setting auto exposure %s", __func__, autoExp); in setAutoExposure()
4829 updateParamEntry(KEY_QC_AUTO_EXPOSURE, autoExp); in setAutoExposure()
4836 ALOGE("Invalid auto exposure value: %s", (autoExp == NULL) ? "NULL" : autoExp); in setAutoExposure()