Searched refs:cancel_picture (Results 1 – 8 of 8) sorted by relevance
85 int cancel_picture(struct camera_device *);
370 int cancel_picture(struct camera_device * device) in cancel_picture() function377 rc = hardware->cancel_picture(device); in cancel_picture()
246 int (*cancel_picture)(struct camera_device *); member
184 static int cancel_picture(struct camera_device *);
1299 int QCameraMuxer::cancel_picture(struct camera_device * device) in cancel_picture() function in qcamera::QCameraMuxer1315 rc = QCamera2HardwareInterface::cancel_picture(pCam->dev); in cancel_picture()2812 .cancel_picture = QCameraMuxer::cancel_picture,
238 static int cancel_picture(struct camera_device *);
108 .cancel_picture = QCamera2HardwareInterface::cancel_picture,1028 int QCamera2HardwareInterface::cancel_picture(struct camera_device *device) in cancel_picture() function in qcamera::QCamera2HardwareInterface
946 if (mDevice->ops->cancel_picture) { in cancelPicture()947 return getHidlStatus(mDevice->ops->cancel_picture(mDevice)); in cancelPicture()