Home | History | Annotate | Download | only in camera

Lines Matching refs:cafSupport

2108                 int cafSupport = false;
2113 cafSupport = true;
2129 ALOGV("Continuous Auto Focus %d", cafSupport);
2130 if(mAutoFocusRunning && cafSupport){
2137 ret = native_set_parms(MM_CAMERA_PARM_CONTINUOUS_AF, sizeof(cafSupport),
2138 cafSupport);