Lines Matching refs:camera
17 package android.hardware.camera.provider@2.6;
19 import android.hardware.camera.common@1.0::types;
20 import android.hardware.camera.provider@2.4::ICameraProviderCallback;
23 * Callback functions for a camera provider HAL to use to inform the camera
24 * service of changes to the camera subsystem.
26 * Version 2.6 adds support for physical camera device status callback for
27 * multi-camera.
34 * Callback to the camera service to indicate that the state of a physical
35 * camera device of a logical multi-camera has changed.
37 * On camera service startup, when ICameraProvider::setCallback is invoked,
38 * the camera service must assume that all physical devices backing internal
39 * multi-camera devices are in the CAMERA_DEVICE_STATUS_PRESENT state.
41 * The provider must call this method to inform the camera service of any
45 * @param cameraDeviceName The name of the logical multi-camera whose
46 * physical camera has a new status.
47 * @param physicalCameraDeviceName The name of the physical camera device