mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:09:42 +00:00
Also some updates to HIDL interface:
- Add releaseRecordingFrameHandle to ICameraDevice
for native handle metadata recording mode
- Add handleCallbackTimestamp to ICameraDevieCallback
for native handle metadata recording mode
- Add missing face detection metadata to
ICameraDeviceCallback::dataCallback
- Instead of passing native handle, pass buffer ID
in dequeueBuffer/enqueueBuffer/cancelBuffer in
ICameraDevicePreviewCallback
- Add CameraFrameMetadata in types.hal for face
metadata
Test: Camera CTS passing (except FlashLightTest) on Angler
Bug: 30985004
Change-Id: Idf72a4b5f4c934845ac698f0b13536608ffd0100
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
// This is an autogenerated file, do not edit.
|
|
subdirs = [
|
|
"common/1.0",
|
|
"common/1.0/default",
|
|
"device/1.0",
|
|
"device/1.0/default",
|
|
"device/3.2",
|
|
"device/3.2/default",
|
|
"metadata/3.2",
|
|
"provider/2.4",
|
|
"provider/2.4/default",
|
|
"provider/2.4/vts/functional",
|
|
]
|