platform_hardware_interfaces/camera
Marissa Wall da54091640 gralloc: move VtsHalCameraProviderV2_4TargetTest to GraphicBufferAllocator/Mapper
libui's GraphicBufferAllocator/Mapper already wrap the different
gralloc functions and hide the details from the caller. There is no
reason VtsHalCameraProviderV2_4TargetTest needs to directly talk to
gralloc. This patch updates VtsHalCameraProviderV2_4TargetTest to
use libui.

Bug: 145139476
Test: adb shell /system/bin/VtsHalCameraProviderV2_4TargetTest
--hal_service_instance=android.hardware.camera.provider@2.4::ICameraProvider/internal/0

Change-Id: I2c2a913f6c5aea2ce7260b68293df404f40e0ddd
2019-11-26 09:43:04 -08:00
..
common gralloc: update lock and lockYCbCr 2019-11-21 17:43:41 -08:00
device Merge "camera: fix two potential null pointer uses" am: bf432cced9 am: ba1a53006f 2019-11-01 16:59:21 -07:00
metadata Camera: Add bokeh mode tags in camera metadata 2019-10-29 17:18:16 -07:00
provider gralloc: move VtsHalCameraProviderV2_4TargetTest to GraphicBufferAllocator/Mapper 2019-11-26 09:43:04 -08: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.