Searched refs:stopPreview (Results 1 - 14 of 14) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h88 virtual status_t stopPreview();
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp231 stopPreview();
301 camera->stopPreview();
442 stopPreview();
811 camera->stopPreview();
887 stopPreview();
1244 stopPreview();
1297 stopPreview();
H A Dcamera_test.h88 void stopPreview();
H A Dcamera_test_menu.cpp673 stopPreview();
1097 void stopPreview() { function
1099 camera->stopPreview();
1450 stopPreview();
1495 camera->stopPreview();
2055 stopPreview();
2169 stopPreview();
2225 stopPreview();
2312 stopPreview();
/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.h38 virtual void stopPreview();
H A DQualcommCameraHardware.cpp812 void QualcommCameraHardware::stopPreview() { function in class:android::QualcommCameraHardware
813 ALOGV("stopPreview: E");
821 ALOGV("stopPreview: X");
1729 // startPreview(), stopPreview(), or takePicture(), we know that
/hardware/ti/omap4xxx/camera/inc/
H A DBaseCameraAdapter.h109 virtual status_t stopPreview();
H A DCameraHal.h969 void stopPreview();
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp182 gCameraHals[ti_dev->cameraid]->stopPreview();
H A DBaseCameraAdapter.cpp588 ret = stopPreview();
1572 status_t BaseCameraAdapter::stopPreview() function in class:android::BaseCameraAdapter
H A DCameraHal.cpp1778 void CameraHal::stopPreview() function in class:android::CameraHal
1793 // Note: this is done so that when stopPreview is called by client after
2064 // Retain CAPTURE_MODE before calling stopPreview(), since it is reset in stopPreview().
3447 // according to javadoc...FD should be stopped in stopPreview
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp337 status_t V4LCameraAdapter::stopPreview() function in class:android::V4LCameraAdapter
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h404 virtual status_t stopPreview();
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp1923 status_t OMXCameraAdapter::stopPreview() function in class:android::OMXCameraAdapter
1954 // we should wait for the first frame to come before trying to stopPreview...if not

Completed in 94 milliseconds