Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/
Dhal_version_manager.cc148 hal_transport_ = BluetoothAudioHalTransport::UNKNOWN; in HalVersionManager()
152 hal_transport_ = BluetoothAudioHalTransport::AIDL; in HalVersionManager()
175 hal_transport_ = BluetoothAudioHalTransport::HIDL; in HalVersionManager()
189 hal_transport_ = BluetoothAudioHalTransport::HIDL; in HalVersionManager()
Dhal_version_manager_host.cc59 hal_transport_ = BluetoothAudioHalTransport::UNKNOWN; in HalVersionManager()
Dhal_version_manager.h135 BluetoothAudioHalTransport hal_transport_; variable