Searched refs:autoExp (Results 1 – 6 of 6) sorted by relevance
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 3543 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()
|
D | QCameraParameters.h | 471 int32_t setAutoExposure(const char *autoExp);
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 3543 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()
|
D | QCameraParameters.h | 472 int32_t setAutoExposure(const char *autoExp);
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 689 int32_t setAutoExposure(const char *autoExp);
|
D | QCameraParameters.cpp | 4821 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()
|