Home | History | Annotate | Download | only in HAL

Lines Matching full:focus_str

2203     const char *focus_str = params.get(KEY_FOCUS_MODE);
2205 if (NULL == focus_str) {
2209 CDBG("%s, current focus mode: %s", __func__, focus_str);
2210 if (strcmp(focus_str, FOCUS_MODE_MANUAL_POSITION)) {