Searched refs:take_picture (Results 1 – 7 of 7) sorted by relevance
83 int take_picture(struct camera_device *);
359 int take_picture(struct camera_device * device) in take_picture() function365 rc = hardware->take_picture(device); in take_picture()
240 int (*take_picture)(struct camera_device *); member
558 camera_ops->take_picture = camera_take_picture; in camera_device_open()
701 camera_ops->take_picture = camera_take_picture; in camera_device_open()
225 static int take_picture(struct camera_device *);
88 take_picture: QCamera2HardwareInterface::take_picture,637 int QCamera2HardwareInterface::take_picture(struct camera_device *device) in take_picture() function in qcamera::QCamera2HardwareInterface