Searched refs:stop_recording (Results 1 – 9 of 9) sorted by relevance
72 void stop_recording(struct camera_device *);
307 void stop_recording(struct camera_device * device) in stop_recording() function312 hardware->stop_recording(device); in stop_recording()
203 void (*stop_recording)(struct camera_device *); member
177 static void stop_recording(struct camera_device *);
858 void QCameraMuxer::stop_recording(struct camera_device * device) in stop_recording() function in qcamera::QCameraMuxer877 QCamera2HardwareInterface::stop_recording(pCam->dev); in stop_recording()2804 .stop_recording = QCameraMuxer::stop_recording,
226 static void stop_recording(struct camera_device *);
100 .stop_recording = QCamera2HardwareInterface::stop_recording,692 void QCamera2HardwareInterface::stop_recording(struct camera_device *device) in stop_recording() function in qcamera::QCamera2HardwareInterface
810 if (mDevice->ops->stop_recording) { in stopRecording()811 mDevice->ops->stop_recording(mDevice); in stopRecording()
69 stop_recording: android::usbcam_stop_recording,