Home | History | Annotate | Download | only in device

Lines Matching refs:interface

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
29 It is strongly recommended to not use this interface for new devices, as new
30 devices may not use this interface starting with the Android P release, and all
33 This HAL interface version only allows support at the LEGACY level for the
42 Callback interface for obtaining, filling, and returning graphics buffers for
47 Callback interface for sending events and data buffers from the HAL to the
57 instance of the camera device interface does not turn on the camera device.
64 interface for operating the active camera. It takes a Callback interface as an
79 Callback interface for sending completed captures and other asynchronous events