Home
last modified time | relevance | path

Searched refs:camera_device (Results 1 – 25 of 71) sorted by relevance

123

/aosp12/hardware/qcom/camera/msm8998/usbcamcore/inc/
H A DQualcommUsbCamera.h55 int usbcam_set_preview_window(struct camera_device *,
59 void usbcam_set_CallBacks(struct camera_device *,
98 int usbcam_start_preview(struct camera_device *);
103 void usbcam_stop_preview(struct camera_device *);
108 int usbcam_preview_enabled(struct camera_device *);
181 int usbcam_auto_focus(struct camera_device *);
194 int usbcam_take_picture(struct camera_device *);
200 int usbcam_cancel_picture(struct camera_device *);
225 int usbcam_send_command(struct camera_device *,
232 void usbcam_release(struct camera_device *);
[all …]
H A DQCameraUsbPriv.h131 camera_device hw_dev;
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
H A DQualcommCamera.h51 void set_CallBacks(struct camera_device *,
63 int start_preview(struct camera_device *);
65 void stop_preview(struct camera_device *);
67 int preview_enabled(struct camera_device *);
70 int start_recording(struct camera_device *);
79 int auto_focus(struct camera_device *);
83 int take_picture(struct camera_device *);
85 int cancel_picture(struct camera_device *);
93 int send_command(struct camera_device *,
96 void release(struct camera_device *);
[all …]
H A DQualcommCamera.cpp80 camera_device hw_dev;
131 camera_device *device = NULL; in camera_device_open()
211 void set_CallBacks(struct camera_device * device, in set_CallBacks()
253 int start_preview(struct camera_device * device) in start_preview()
265 void stop_preview(struct camera_device * device) in stop_preview()
337 int auto_focus(struct camera_device * device) in auto_focus()
359 int take_picture(struct camera_device * device) in take_picture()
370 int cancel_picture(struct camera_device * device) in cancel_picture()
416 int send_command(struct camera_device * device, in send_command()
428 void release(struct camera_device * device) in release()
[all …]
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera.h98 struct camera_device;
105 void (*set_callbacks)(struct camera_device *,
144 int (*start_preview)(struct camera_device *);
149 void (*stop_preview)(struct camera_device *);
154 int (*preview_enabled)(struct camera_device *);
227 int (*auto_focus)(struct camera_device *);
240 int (*take_picture)(struct camera_device *);
270 int (*send_command)(struct camera_device *,
277 void (*release)(struct camera_device *);
282 int (*dump)(struct camera_device *, int fd);
[all …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMuxer.h162 static void set_callBacks(struct camera_device *,
171 static int start_preview(struct camera_device *);
172 static void stop_preview(struct camera_device *);
173 static int preview_enabled(struct camera_device *);
181 static int auto_focus(struct camera_device *);
183 static int take_picture(struct camera_device *);
184 static int cancel_picture(struct camera_device *);
188 static int send_command(struct camera_device *,
190 static void release(struct camera_device *);
191 static int dump(struct camera_device *, int fd);
[all …]
H A DQCamera2HWI.h209 static void set_CallBacks(struct camera_device *,
218 static int start_preview(struct camera_device *);
219 static void stop_preview(struct camera_device *);
220 static int preview_enabled(struct camera_device *);
229 static int auto_focus(struct camera_device *);
232 static int take_picture(struct camera_device *);
238 static int cancel_picture(struct camera_device *);
241 static int commit_params(struct camera_device *);
245 static int send_command(struct camera_device *,
249 static void release(struct camera_device *);
[all …]
H A DQCameraMuxer.cpp372 void QCameraMuxer::set_callBacks(struct camera_device * device, in set_callBacks()
535 int QCameraMuxer::start_preview(struct camera_device * device) in start_preview()
631 void QCameraMuxer::stop_preview(struct camera_device * device) in stop_preview()
665 int QCameraMuxer::preview_enabled(struct camera_device * device) in preview_enabled()
1015 int QCameraMuxer::auto_focus(struct camera_device * device) in auto_focus()
1097 int QCameraMuxer::take_picture(struct camera_device * device) in take_picture()
1299 int QCameraMuxer::cancel_picture(struct camera_device * device) in cancel_picture()
1520 int QCameraMuxer::send_command(struct camera_device * device, in send_command()
1590 void QCameraMuxer::release(struct camera_device * device) in release()
1623 int QCameraMuxer::dump(struct camera_device * device, int fd) in dump()
[all …]
H A DQCamera2HWI.cpp173 void QCamera2HardwareInterface::set_CallBacks(struct camera_device *device, in set_CallBacks()
322 int QCamera2HardwareInterface::prepare_preview(struct camera_device *device) in prepare_preview()
360 int QCamera2HardwareInterface::start_preview(struct camera_device *device) in start_preview()
401 void QCamera2HardwareInterface::stop_preview(struct camera_device *device) in stop_preview()
483 struct camera_device *device, int enable) in store_meta_data_in_buffers()
764 struct camera_device *device, const void *opaque) in release_recording_frame()
802 int QCamera2HardwareInterface::auto_focus(struct camera_device *device) in auto_focus()
911 int QCamera2HardwareInterface::take_picture(struct camera_device *device) in take_picture()
1332 int QCamera2HardwareInterface::send_command(struct camera_device *device, in send_command()
1422 void QCamera2HardwareInterface::release(struct camera_device *device) in release()
[all …]
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQualcommUsbCamera.cpp179 camera_device *device = NULL; in usbcam_camera_device_open()
289 void usbcam_set_CallBacks(struct camera_device * device, in usbcam_set_CallBacks()
376 int usbcam_start_preview(struct camera_device * device) in usbcam_start_preview()
422 void usbcam_stop_preview(struct camera_device * device) in usbcam_stop_preview()
513 int usbcam_auto_focus(struct camera_device * device) in usbcam_auto_focus()
532 int usbcam_take_picture(struct camera_device * device) in usbcam_take_picture()
583 int usbcam_cancel_picture(struct camera_device * device) in usbcam_cancel_picture()
647 int usbcam_send_command(struct camera_device * device, in usbcam_send_command()
659 void usbcam_release(struct camera_device * device) in usbcam_release()
689 int usbcam_dump(struct camera_device * device, int fd) in usbcam_dump()
[all …]
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dhal_camera.te11 allow hal_camera camera_device:chr_file rw_file_perms;
33 neverallow { halserverdomain -hal_camera_server } camera_device:chr_file *;
H A Ddevice.te12 type camera_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dhal_camera.te14 allow hal_camera camera_device:chr_file rw_file_perms;
36 neverallow { halserverdomain -hal_camera_server } camera_device:chr_file *;
H A Ddevice.te12 type camera_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dhal_camera.te14 allow hal_camera camera_device:chr_file rw_file_perms;
36 neverallow { halserverdomain -hal_camera_server } camera_device:chr_file *;
H A Ddevice.te12 type camera_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dhal_camera.te10 allow hal_camera camera_device:chr_file rw_file_perms;
36 neverallow { halserverdomain -hal_camera_server } camera_device:chr_file *;
H A Ddevice.te9 type camera_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dhal_camera.te10 allow hal_camera camera_device:chr_file rw_file_perms;
36 neverallow { halserverdomain -hal_camera_server } camera_device:chr_file *;
H A Ddevice.te10 type camera_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dhal_camera.te10 allow hal_camera camera_device:chr_file rw_file_perms;
38 neverallow { halserverdomain -hal_camera_server } camera_device:chr_file *;
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dhal_camera.te10 allow hal_camera camera_device:chr_file rw_file_perms;
38 neverallow { halserverdomain -hal_camera_server } camera_device:chr_file *;
/aosp12/system/sepolicy/public/
H A Dhal_camera.te10 allow hal_camera camera_device:chr_file rw_file_perms;
38 neverallow { halserverdomain -hal_camera_server } camera_device:chr_file *;
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A DAndroid.bp62 "camera_device.cc",
/aosp12/system/tools/hidl/c2hal/test/
H A Dtest.h272 int (*store_meta_data_in_buffers)(struct camera_device *, int enable);

123