mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
"physicalCameraDeviceStatusChange" returns a default ScopedAStatus that will not include a valid AStatus instance. This will result in binder instabilities once the status is being parceled. Return "ScopedAStatus::ok" instead. Bug: 253993253 Test: adb shell VtsAidlHalCameraProvider_TargetTest Change-Id: I219f608a04aaec0631e3de58a7e0d47a30294e52
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.