HomeSort by relevance Sort by last modified time
    Searched refs:cancelAutofocus (Results 1 - 3 of 3) sorted by null

  /device/samsung/crespo/libcamera/
SecCamera.h 400 int cancelAutofocus(void);
SecCamera.cpp     [all...]
SecCameraHWInterface.cpp 835 * a restartable thread and requestExitAndWait() in cancelAutoFocus()
837 * caller of cancelAutoFocus() which both want to grab the same lock
897 status_t CameraHardwareSec::cancelAutoFocus()
901 // cancelAutoFocus should be allowed after preview is started. But if
902 // the preview is deferred, cancelAutoFocus will fail. Ignore it if that is
906 if (mSecCamera->cancelAutofocus() < 0) {
907 LOGE("ERR(%s):Fail on mSecCamera->cancelAutofocus()", __func__);
    [all...]

Completed in 42 milliseconds