Home | History | Annotate | Download | only in HAL

Lines Matching refs:pch_makeup_enable

10651     const char* pch_makeup_enable = get(QCameraParameters::KEY_TS_MAKEUP);
10652 if (pch_makeup_enable == NULL) {
10653 LOGH("pch_makeup_enable = null");
10657 (strcmp(pch_makeup_enable,"On") == 0);