Home | History | Annotate | Download | only in usbcamera

Lines Matching refs:Camera

31 // Camera represents a physical camera on a device.
32 // This is constructed when the HAL module is loaded, one per physical camera.
36 // camera devices.
37 class Camera {
41 Camera(int id);
42 virtual ~Camera();
44 // Common Camera Device Operations (see <hardware/camera_common.h>)
49 // Camera v3 Device Operations (see <hardware/camera3.h>)
57 // Update static camera characteristics. This method could be called by
58 // HAL hotplug thread when camera is plugged.
62 // Initialize static camera characteristics.
70 // Flush camera pipeline for each individual device
85 // Metadata containing persistent camera characteristics
91 // Camera device handle returned to framework for use
110 // Busy flag indicates camera is in use
112 // Camera device operations handle shared by all devices
116 // Lock protecting the Camera object for modifications
118 // Lock protecting only static camera characteristics, which may
119 // be accessed without the camera device open
123 // Static array of standard camera settings templates