mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
49b5e4ebea8901f2f190396e59098fc89d10df61
Prior to this CL, the NN utility code would always use the type of IPreparedModel provided by IPreparedModeCallback::notify*. This means that an IPreparedModel returned as a dynamic type of V1_X but static type of V1_Y would be used by the utility code as V1_Y. This CL adds dynamic casting, such that an IPreparedModel returned as a dynamic type of V1_X but static type V1_Y will be dynamically cast to V1_X and used as a V1_X::IPreparedModel. This CL also adds the utility functions V1_[0123]::convertFromNonCanonical to convert from a non-canonical type to another non-canonical type by using canonical types as an intermediate conversion "hop." Bug: 178180472 Test: mma Change-Id: I709b2a8944af2cc78b089aade55df1e2ab7b40cc
Merge "audio: Update common types to better match legacy structs" am:
39059ed17f am: 418ad80fee am: d5200fcdba
[SP14] Add HAL to set warning quota to tehtering offload hardware am:
4011f47ad6 am: d5ae08299a am: 56f2a7b3a5
Merge "Adjust the parameters of accelerometer and hinge angle sensor" am:
3f4034f02b am: 012ae9cccc am: e77d7f323d
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%