Home | History | Annotate | Download | only in libcamera

Lines Matching refs:cancelAutofocus

829      * a restartable thread and requestExitAndWait() in cancelAutoFocus()
831 * caller of cancelAutoFocus() which both want to grab the same lock
887 status_t CameraHardwareSec::cancelAutoFocus()
892 if (mSecCamera->cancelAutofocus() < 0) {
893 LOGE("ERR(%s):Fail on mSecCamera->cancelAutofocus()", __func__);