platform_hardware_interfaces/camera
Shuzhen Wang 17d817a889 Camera: Do not forward capture_result in error condition
If HAL calls process_capture_result with invalid buffers, the HIDL
wrapper shouldn't forward it to camera service, since the CaptureResult
structure may not be completely initialized.

Test: Run GoogleCamera
Bug: 74433802
Change-Id: Iaf20b542af5b11ffbedf709e99137b69d77a9ad3
2018-03-09 16:01:06 -08:00
..
common Use std::unordered_map for mTagToTypeMap 2018-02-28 23:14:31 +00:00
device Camera: Do not forward capture_result in error condition 2018-03-09 16:01:06 -08:00
metadata camera: Add OisSamples synthetic key 2018-02-15 12:40:36 -08:00
provider Camera: assert no HAL1 in devices launched in P+ 2018-02-23 12:09:39 -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.