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 431 int cancelAutofocus(void);
SecCameraHWInterface.cpp 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__);
    [all...]
SecCamera.cpp     [all...]

Completed in 792 milliseconds