mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
a8cebd5c8f6efdcd466eccaf5054e243c8b6f9bd
Radio HAL is migrated to AIDL by hidl2aidl tool, and the following changes are applied: - Result type is returned as service-specific error than normal return value since AIDL only allows one return value of primitive types. - Integer data types were changed to int, long and byte. - Constant enum was removed and replaced by constants defined in IBroadcastRadio. - Rds and Deemphasis enums were removed and defined as const in AmFmRegionConfig - MetadataKey was removed, and Metadata was defined as union. - ITunerSession:scan() was renamed to ITunerSession:seek(). - ITunerSession was removed and its methods were added to IBroadcastRadio. - Callback for config flag setting was added to ITunerCallback. - Callback and timeout behaviors are clarified. Bug: 170336130 Test: m -j Change-Id: Id1cdc5651037429ca07a4d4dc4682709cfc4949b
Merge "Support P010 with Gralloc2 on Gralloc1 passthrough" am:
89142b4935 am: 96ee08d953 am: a0f7f8486e am: 68dc613d33 am: 8f0d5f67c8
Merge "Use EXPECT_LE instead of EXPECT_LT for some iio sensors that do not support runtime suspend." am:
105ac0f1ae am: 97f136591c am: 2d7e24ed2d am: a4ba8ecef1 am: 6171253db8
Merge "Add OWNERS file to TV Input HAL" am:
511538808f am: a8ca4e0c2b am: d510d715e7 am: 8c943a70d3 am: 668d7b8fc9
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%