Searched refs:stop_preview (Results 1 – 9 of 9) sorted by relevance
65 void stop_preview(struct camera_device *);
265 void stop_preview(struct camera_device * device) in stop_preview() function270 hardware->stop_preview(device); in stop_preview()
149 void (*stop_preview)(struct camera_device *); member
172 static void stop_preview(struct camera_device *);
631 void QCameraMuxer::stop_preview(struct camera_device * device) in stop_preview() function in qcamera::QCameraMuxer646 QCamera2HardwareInterface::stop_preview(pCam->dev); in stop_preview()2799 .stop_preview = QCameraMuxer::stop_preview,
219 static void stop_preview(struct camera_device *);
95 .stop_preview = QCamera2HardwareInterface::stop_preview,401 void QCamera2HardwareInterface::stop_preview(struct camera_device *device) in stop_preview() function in qcamera::QCamera2HardwareInterface
759 if (mDevice->ops->stop_preview) { in stopPreview()760 mDevice->ops->stop_preview(mDevice); in stopPreview()
64 stop_preview: android::usbcam_stop_preview,