2017-12-14 03:58:39 +01:00
|
|
|
Directory structure of the audio HIDL related code.
|
|
|
|
|
|
|
|
audio
|
2018-01-21 06:52:01 +01:00
|
|
|
|-- 2.0 <== HIDL (.hal) can not be moved to fit the directory structure
|
|
|
|
| because that would create a separate HAL
|
|
|
|
|-- 4.0 <== Version 4.0 of the core API
|
2017-12-14 03:58:39 +01:00
|
|
|
|
|
2017-12-21 03:42:24 +01:00
|
|
|
|-- common <== code common to audio core and effect API
|
2017-12-14 03:58:39 +01:00
|
|
|
| |-- 2.0
|
|
|
|
| | |-- default <== code that wraps the legacy API
|
2017-12-21 03:42:24 +01:00
|
|
|
| | `-- vts <== vts of 2.0 core and effect API common code
|
2017-12-14 03:58:39 +01:00
|
|
|
| |-- 4.0
|
|
|
|
| | |-- default
|
|
|
|
| | `-- vts
|
|
|
|
| |-- ... <== The future versions should continue this structure
|
|
|
|
| | |-- default
|
|
|
|
| | `-- vts
|
2017-12-21 03:42:24 +01:00
|
|
|
| `-- all_versions <== code common to all version of both core and effect API
|
2017-12-14 03:58:39 +01:00
|
|
|
| |-- default
|
2017-12-21 03:42:24 +01:00
|
|
|
| `-- vts <== vts of core and effect API common version independent code
|
2017-12-14 03:58:39 +01:00
|
|
|
|
|
2017-12-21 03:42:24 +01:00
|
|
|
|-- core <== code relative to the core API
|
|
|
|
| |-- 2.0 <== 2.0 core API code (except .hal, see audio/2.0)
|
2017-12-14 03:58:39 +01:00
|
|
|
| | |-- default
|
|
|
|
| | `-- vts
|
|
|
|
| |-- 4.0
|
2017-12-21 03:42:24 +01:00
|
|
|
| | |-- default <== default implementation of the core 4.0 api
|
2017-12-14 03:58:39 +01:00
|
|
|
| | `-- vts <== vts code of the 4.0 API
|
|
|
|
| |-- ...
|
|
|
|
| | |-- default
|
|
|
|
| | `-- vts
|
|
|
|
| `-- all_versions
|
|
|
|
| |-- default
|
2017-12-21 03:42:24 +01:00
|
|
|
| `-- vts <== vts of core API common version independent code
|
2017-12-14 03:58:39 +01:00
|
|
|
|
|
|
|
|
`-- effect <== idem for the effect API
|
|
|
|
|-- 2.0
|
|
|
|
| |-- default
|
|
|
|
| `-- vts
|
|
|
|
|-- 4.0
|
|
|
|
| |-- default
|
|
|
|
| `-- vts
|
|
|
|
|-- ...
|
|
|
|
| |-- default
|
|
|
|
| `-- vts
|
|
|
|
`-- all_versions
|
|
|
|
|-- default
|
|
|
|
`-- vts
|