Lines Matching refs:camera
17 package android.hardware.camera.device@1.0;
19 import android.hardware.camera.common@1.0::types;
37 * Get camera device resource cost information.
45 * An unexpected internal camera HAL error occurred, and the
48 * An external camera device has been disconnected, and is no longer
49 * available. This camera device interface is now stale, and a new
54 * The resources required to open this camera device, or unspecified
60 * Get basic camera information.
68 * An unexpected internal camera HAL error occurred, and the
69 * camera information is not available.
71 * An external camera device has been disconnected, and is no longer
72 * available. This camera device interface is now stale, and a new
76 * @return info Basic information about this camera device, or unspecified
85 * camera ID. If the operation is successful, HAL must notify the framework
89 * The camera device has a higher priority accessing the flash unit. When
91 * activate a camera device, the provider must notify the framework through
115 * The camera ID is unknown.
117 * This camera device has been opened, so the torch cannot be
120 * Due to other camera devices being open, or due to other
124 * torch mode. The framework must open the camera device and turn
127 * This camera device does not have a flash unit. This must
130 * An external camera device has been disconnected, and is no longer
131 * available. This camera device interface is now stale, and a new
140 * Dump state of the camera hardware.
146 * state of this camera device into the camera service dumpsys output.
153 * Open the camera device for active use.
162 * On a successful open of the camera device.
164 * The camera device cannot be opened due to an internal
169 * This camera device is already open.
171 * The maximal number of camera devices that can be
174 * This external camera device has been disconnected, and is no
201 * Once received a call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), camera
242 * Request the camera HAL to store meta data or real YUV data in the video
244 * it is not called, the default camera HAL behavior is to store real YUV
255 * Some camera HALs may not support storing meta data in the video buffers,
256 * but all camera HALs must support storing real YUV data in the video
257 * buffers. If the camera HAL does not support storing the meta data in the
259 * returned. It is very useful for the camera HAL to pass meta data rather
264 * @param enable Set to true to instruct the camera HAL to store meta data
265 * in the video buffers; false to instruct the camera HAL to store real
277 * a camera HAL client via releaseRecordingFrame() before the client calls
279 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
303 * It is camera HAL client's responsibility to release video recording
304 * frames sent out by the camera HAL before the camera HAL receives a call
306 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
318 * It is camera HAL client's responsibility to release video recording
319 * frames sent out by the camera HAL before the camera HAL receives a call
321 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
334 * It is camera HAL client's responsibility to release video recording
335 * frames sent out by the camera HAL before the camera HAL receives a call
337 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
340 * @param batch A batch of recording frames to be released by camera HAL.
360 * return the focus position to the default. If the camera does not support
383 * Set the camera parameters.
395 * Retrieve the camera parameters.
400 * Send command to camera driver.
415 * camera device.