android_device_peter_gsi/audio/hal
Peter Cai 5a38b5b333 gsi: sysbta: Implement all existing audio HAL versions
This is needed because libaudiohal.so can only interact with one HAL
version at a time (loading only one of the libaudiohal@version.so
implementations), so only the interface that matches the stock HAL
version will be used. libaudiohal decides which version to use by
looking through the interfaces whose variant is `default` and picking
the highest versioned one, so our hal will not interfere in the process
(because we use `sysbta` as our variant).
2022-08-24 21:07:35 -04:00
..
Android.bp gsi: sysbta: Implement all existing audio HAL versions 2022-08-24 21:07:35 -04:00
Device.cpp gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
Device.h gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
DevicesFactory.cpp gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
DevicesFactory.h gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
ParametersUtil.cpp gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
ParametersUtil.h gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
PrimaryDevice.cpp gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
PrimaryDevice.h gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
Stream.cpp gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
Stream.h gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
StreamIn.cpp gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
StreamIn.h gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
StreamOut.cpp gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
StreamOut.h gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
Util.h gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00
service.cpp gsi: sysbta: Separate audio interfaces from bluetooth 2022-08-24 20:33:33 -04:00