platform_hardware_interfaces/camera
Emilian Peev 5874bba486 Camera: Avoid using an uninitialized physical camera id
'mStreamMap' entries can be inserted by several versions
of HIDL API calls. If the fields are initialized by an
older version, then make sure that newer additions are
always initialized in the respective API method.

Bug: 73885805
Test:
adb shell
/data/nativetest64/VtsHalCameraProviderV2_4TargetTest/VtsHalCameraProviderV2_4TargetTest
--hal_service_instance=android.hardware.camera.provider@2.4::ICameraProvider/legacy/0

Change-Id: Ib5bd8f608da05f628c52d288c518cebbe964182b
2019-04-04 13:27:09 -07:00
..
common Camera: Centralize OWNERS 2019-03-13 15:15:45 -07:00
device Camera: Avoid using an uninitialized physical camera id 2019-04-04 13:27:09 -07:00
metadata Merge "Camera: Add recommended low latency use case id" 2019-03-18 22:02:53 +00:00
provider Camera: Set buffer request stream id 2019-04-04 13:22:25 -07:00
README.md Camera: HIDLized camera HALs, first set 2016-12-02 19:43:39 +00:00

Camera HALs


Overview:

The camera.* HAL tree is used by the Android camera service to discover and operate camera devices available on the device.

More details and versioning information can be found within each particular HAL.

More complete information about the Android camera HAL and subsystem can be found at source.android.com.