platform_hardware_interfaces/camera
Steven Moreland 9c8b6b21ff Limit LOG_TAG in header
Including LOG_TAG in a header prevents any files which uses
this header from defining a LOG_TAG.

Bug: 259162245
Change-Id: I847f4b4f8898aac373db2566c745d3e73404f58a
Merged-In: I847f4b4f8898aac373db2566c745d3e73404f58a
2023-01-10 18:56:35 +00:00
..
common Mark modules frozen explicitly (II) 2022-12-23 02:33:24 +00:00
device specify import version (camera) 2022-12-28 18:59:04 +00:00
metadata Mark modules frozen explicitly (II) 2022-12-23 02:33:24 +00:00
provider Limit LOG_TAG in header 2023-01-10 18:56:35 +00:00
README.md Add pointer to default AIDL Camera HAL Implementation in README.md 2022-11-13 04:29:49 +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.

AIDL Camera HAL Interfaces

The AIDL Camera HAL interfaces can be found in the respective /aidl directories.