Home
last modified time | relevance | path

Searched refs:take_picture (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h83 int take_picture(struct camera_device *);
DQualcommCamera.cpp359 int take_picture(struct camera_device * device) in take_picture() function
365 rc = hardware->take_picture(device); in take_picture()
/hardware/libhardware/include/hardware/
Dcamera.h240 int (*take_picture)(struct camera_device *); member
/hardware/ti/omap4xxx/camera/
DCameraHal_Module.cpp558 camera_ops->take_picture = camera_take_picture; in camera_device_open()
/hardware/ti/omap4-aah/camera/
DCameraHal_Module.cpp701 camera_ops->take_picture = camera_take_picture; in camera_device_open()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.h225 static int take_picture(struct camera_device *);
DQCamera2HWI.cpp88 take_picture: QCamera2HardwareInterface::take_picture,
637 int QCamera2HardwareInterface::take_picture(struct camera_device *device) in take_picture() function in qcamera::QCamera2HardwareInterface