platform_hardware_interfaces/camera
Shuzhen Wang 3ad137edbb Camera: VTS: Fix fence fd double close
Fence fd is closed when processCaptureResult returns. In order to
wait for the release fence *after* processCaptureResult returns,
the fence fd needs to be duped.

Test: Vendor testing
Bug: 241281568
Change-Id: Ib74f9bb141802713b476a2ef48a2252125a7915d
2023-04-17 05:02:05 +00:00
..
common Camera: Import gralloc buffers before metadata queries 2022-07-28 16:40:35 -07:00
device Delete HIDL 3.8 2022-05-25 23:43:33 +00:00
metadata Delete HIDL 3.8 2022-05-25 23:43:33 +00:00
provider Camera: VTS: Fix fence fd double close 2023-04-17 05:02:05 +00: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.