android_device_peter_gsi/bluetooth/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
..
A2dpOffloadAudioProvider.cpp gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
A2dpOffloadAudioProvider.h gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
A2dpSoftwareAudioProvider.cpp gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
A2dpSoftwareAudioProvider.h gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
Android.bp gsi: sysbta: Implement all existing audio HAL versions 2022-08-24 21:07:35 -04:00
android.hardware.bluetooth.audio-service-system.rc gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
bluetooth_audio_system.xml gsi: sysbta: Implement all existing audio HAL versions 2022-08-24 21:07:35 -04:00
BluetoothAudioProvider.cpp gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
BluetoothAudioProvider.h gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
BluetoothAudioProviderFactory.cpp gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
BluetoothAudioProviderFactory.h gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
HearingAidAudioProvider.cpp gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
HearingAidAudioProvider.h gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
LeAudioOffloadAudioProvider.cpp gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
LeAudioOffloadAudioProvider.h gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
LeAudioSoftwareAudioProvider.cpp gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
LeAudioSoftwareAudioProvider.h gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
service_system.cpp gsi: sysbta: Implement all existing audio HAL versions 2022-08-24 21:07:35 -04:00