Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Dhal_version_manager.h50 return instance_ptr->hal_version_; in GetHalVersion()
56 if (instance_ptr->hal_version_ != BluetoothAudioHalVersion::VERSION_2_1) { in GetProvidersFactory_2_1()
73 if (instance_ptr->hal_version_ == BluetoothAudioHalVersion::VERSION_2_1) { in GetProvidersFactory_2_0()
107 hal_version_ = BluetoothAudioHalVersion::VERSION_2_1; in HalVersionManager()
120 hal_version_ = BluetoothAudioHalVersion::VERSION_2_0; in HalVersionManager()
124 hal_version_ = BluetoothAudioHalVersion::VERSION_UNAVAILABLE; in HalVersionManager()
132 BluetoothAudioHalVersion hal_version_; variable