Home
last modified time | relevance | path

Searched refs:hal_version_ (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/
Dhal_version_manager.cc101 return instance_ptr->hal_version_.getTransport(); in GetHalTransport()
106 return instance_ptr->hal_version_; in GetHalVersion()
112 if (instance_ptr->hal_version_ != BluetoothAudioHalVersion::VERSION_2_1) { in GetProvidersFactory_2_1()
130 if (instance_ptr->hal_version_ == BluetoothAudioHalVersion::VERSION_2_1) { in GetProvidersFactory_2_0()
151 hal_version_ = GetAidlInterfaceVersion(); in HalVersionManager()
174 hal_version_ = BluetoothAudioHalVersion::VERSION_2_1; in HalVersionManager()
188 hal_version_ = BluetoothAudioHalVersion::VERSION_2_0; in HalVersionManager()
193 hal_version_ = BluetoothAudioHalVersion::VERSION_UNAVAILABLE; in HalVersionManager()
Dhal_version_manager_host.cc58 hal_version_ = BluetoothAudioHalVersion::VERSION_UNAVAILABLE; in HalVersionManager()
Dhal_version_manager.h134 BluetoothAudioHalVersion hal_version_; variable