Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Dhal_version_manager.h40 enum class BluetoothAudioHalVersion : uint8_t { enum
48 static BluetoothAudioHalVersion GetHalVersion() { 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_;
H A Dclient_interface.cc226 BluetoothAudioHalVersion::VERSION_UNAVAILABLE) { in GetAudioCapabilities()
258 BluetoothAudioHalVersion::VERSION_2_1) { in GetAudioCapabilities_2_1()
429 BluetoothAudioHalVersion::VERSION_UNAVAILABLE) {
434 BluetoothAudioHalVersion::VERSION_2_1) &&
467 BluetoothAudioHalVersion::VERSION_UNAVAILABLE) {
472 BluetoothAudioHalVersion::VERSION_2_1) &&
811 BluetoothAudioHalVersion::VERSION_2_1) && in RenewAudioProviderAndSession()