Lines Matching refs:camera
17 package android.hardware.camera.device@3.2;
19 import android.hardware.camera.common@1.0::types;
33 * Get camera device resource cost information.
39 * An unexpected internal camera HAL error occurred, and the
42 * An external camera device has been disconnected, and is no longer
43 * available. This camera device interface is now stale, and a new
48 * The resources required to open this camera device, or unspecified
56 * Return the static camera information for this camera device. This
59 * When an external camera is disconnected, its camera id becomes
60 * invalid. Calling this method with this invalid camera id must result in
66 * On a successful open of the camera device.
68 * The camera device cannot be opened due to an internal
71 * An external camera device has been disconnected, and is no longer
72 * available. This camera device interface is now stale, and a new
78 * The static metadata for this camera device, or an empty metadata
89 * camera device. If the operation is successful, HAL must notify the
93 * An active camera session has a higher priority accessing the flash
95 * called to fully activate a camera device, the provider must notify the
119 * The camera ID is unknown.
121 * This camera device has been opened, so the torch cannot be
124 * Due to other camera devices being open, or due to other
128 * torch mode. The framework must open the camera device and turn
131 * This camera device does not have a flash unit. This can
135 * An external camera device has been disconnected, and is no longer
136 * available. This camera device interface is now stale, and a new
147 * Power on and initialize this camera device for active use, returning a
152 * method to check the exact version of callback sent by camera service.
156 * On a successful open of the camera device.
158 * The camera device cannot be opened due to an internal
163 * This camera device is already open.
165 * The maximal number of camera devices that can be
168 * This external camera device has been disconnected, and is no
172 * @return session The interface to the newly-opened camera session,
181 * Print out debugging state for the camera device. This may be called by
182 * the framework when the camera service is asked for a debug dump, which
188 * In case this camera device has been disconnected, the dump must not fail,
195 * deadlocks, as it may be called at any point during camera operation.