Home | History | Annotate | Download | only in HAL

Lines Matching refs:focus_str

2517     const char *focus_str = params.get(KEY_FOCUS_MODE);
2520 if (NULL == focus_str) {
2524 LOGD("current focus mode: %s", focus_str);
2525 if (strcmp(focus_str, FOCUS_MODE_MANUAL_POSITION)) {
2535 if ((pos != NULL) && (type != NULL) && (focus_str != NULL)) {
2538 prev_focus_str == NULL || (strcmp(focus_str, prev_focus_str) != 0)) {