aidl: Implement camera device/provider HALs
authorTim Zimmermann <tim@linux4.de>
Sun, 26 May 2024 07:53:57 +0000 (09:53 +0200)
committerTim Zimmermann <tim@linux4.de>
Fri, 21 Jun 2024 16:04:37 +0000 (18:04 +0200)
commit9901d9eed4f33ec01f3194ab6b02f4dee80c9927
tree92f60a0ee371a229e6c06246b0c7ba348e9b1ddf
parentfadfe563a0ce0529c57af684221555378024b255
aidl: Implement camera device/provider HALs

* Based on HIDL implementation from hardware/interfaces @ android-14.0.0_r37

Change-Id: I369434f8e1f877cac88c9f06d048e4c695ac5599
13 files changed:
aidl/camera/device/Android.bp [new file with mode: 0644]
aidl/camera/device/CameraDevice.cpp [new file with mode: 0644]
aidl/camera/device/CameraDevice.h [new file with mode: 0644]
aidl/camera/device/CameraDeviceSession.cpp [new file with mode: 0644]
aidl/camera/device/CameraDeviceSession.h [new file with mode: 0644]
aidl/camera/device/convert.cpp [new file with mode: 0644]
aidl/camera/device/convert.h [new file with mode: 0644]
aidl/camera/provider/Android.bp [new file with mode: 0644]
aidl/camera/provider/CameraProvider.cpp [new file with mode: 0644]
aidl/camera/provider/CameraProvider.h [new file with mode: 0644]
aidl/camera/provider/android.hardware.camera.provider-service.samsung.rc [new file with mode: 0644]
aidl/camera/provider/android.hardware.camera.provider-service.samsung.xml [new file with mode: 0644]
aidl/camera/provider/service.cpp [new file with mode: 0644]