Lines Matching refs:camera
6 The camera.device HAL interface is used by the Android camera service to operate
7 individual camera devices. Instances of camera.device HAL interface can be obtained
9 is the major version of the camera device interface.
11 Obtaining the device interface does not turn on the respective camera device;
12 each camera device interface has an actual open() method to begin an active
13 camera session. Without invoking open(), the interface can be used for querying
14 camera static information.
16 More complete information about the Android camera HAL and subsystem can be found at
17 [source.android.com](http://source.android.com/devices/camera/index.html).
23 HIDL version of the legacy camera device HAL. Intended as a shim for devices
24 needing to use the deprecated pre-HIDL camera device HAL v1.0.
48 camera service.
52 HIDL version of the baseline camera device HAL, required for LIMITED or FULL
56 the HALv3-specific sections of the legacy camera module HAL. Simply obtaining an
57 instance of the camera device interface does not turn on the camera device.
63 The open() method actually opens the camera device for use, returning a Session
64 interface for operating the active camera. It takes a Callback interface as an
73 Closely matches the features and operation of the pre-HIDL camera device HAL
74 v3.2, containing methods for configuring an active camera device and submitting
87 supported in the legacy camera HAL.