Searched refs:VALUE_ENABLE (Results 1 – 2 of 2) sorted by relevance
367 const char QCameraParameters::VALUE_ENABLE[] = "enable"; member in qcamera::QCameraParameters782 { VALUE_ENABLE, 1 },4413 setDISValue(VALUE_ENABLE); in setRecordingHint()6035 setLensShadeValue(VALUE_ENABLE); in initDefaultParameters()6038 setMCEValue(VALUE_ENABLE); in initDefaultParameters()6108 if (strncmp(VALUE_ENABLE, value, sizeof(VALUE_ENABLE))) { in initDefaultParameters()8049 property_get("persist.camera.tintless", prop, VALUE_ENABLE); in setTintlessValue()8080 setTintlessValue(VALUE_ENABLE); in setTintless()8520 updateParamEntry(KEY_QC_OIS, VALUE_ENABLE); in updateOisValue()11570 setDISValue(VALUE_ENABLE); in updateRecordingHintValue()
575 static const char VALUE_ENABLE[]; variable