platform_hardware_interfaces/camera
Eino-Ville Talvala cc08739452 camera.metadata@3.2: Auto-generate metadata enums
Replace hand-written types.hal with one autogenerated from the
metadata definitions, like the SDK, NDK, and camera_metadata C library
definitions are.

No changes to actual definitions; only formatting changes and basic
documentation of each entry are added.

Add the new hash of camera.metadata@3.2::types to current.txt.

Bug: 33262893
Test: Manual inspection of new vs. old types.hal, builds, hidl-doc output
   is acceptable
Change-Id: Idd8c228359e45de3609bc16ac19e878b0ed0a557
2017-12-05 12:27:52 -08:00
..
common Updating makefiles for hidl_interface. 2017-11-13 10:00:18 -08:00
device Updating makefiles for hidl_interface. 2017-11-13 10:00:18 -08:00
metadata camera.metadata@3.2: Auto-generate metadata enums 2017-12-05 12:27:52 -08:00
provider Updating makefiles for hidl_interface. 2017-11-13 10:00:18 -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.