Searched refs:VALUE_ENABLE (Results 1 – 2 of 2) sorted by relevance
367 const char QCameraParameters::VALUE_ENABLE[] = "enable"; member in qcamera::QCameraParameters774 { VALUE_ENABLE, 1 },4194 setDISValue(VALUE_ENABLE); in setRecordingHint()5813 setLensShadeValue(VALUE_ENABLE); in initDefaultParameters()5816 setMCEValue(VALUE_ENABLE); in initDefaultParameters()5886 if (strncmp(VALUE_ENABLE, value, sizeof(VALUE_ENABLE))) { in initDefaultParameters()7768 property_get("persist.camera.tintless", prop, VALUE_ENABLE); in setTintlessValue()7799 setTintlessValue(VALUE_ENABLE); in setTintless()8219 updateParamEntry(KEY_QC_OIS, VALUE_ENABLE); in updateOisValue()11154 setDISValue(VALUE_ENABLE); in updateRecordingHintValue()
575 static const char VALUE_ENABLE[]; variable