Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc67 std::unordered_map<int, ::hfp::sco_config> HfpTransport::GetHfpScoConfig( in GetHfpScoConfig() function in bluetooth::audio::aidl::hfp::HfpTransport
71 return providerInfo->GetHfpScoConfig(); in GetHfpScoConfig()
Dprovider_info.h39 const std::unordered_map<int, ::hfp::sco_config>& GetHfpScoConfig();
Dprovider_info.cc75 ProviderInfo::GetHfpScoConfig() { in GetHfpScoConfig() function in bluetooth::audio::aidl::ProviderInfo
Dhfp_client_interface_aidl.h75 static std::unordered_map<int, ::hfp::sco_config> GetHfpScoConfig(
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface_host.cc53 HfpClientInterface::Offload::GetHfpScoConfig() { in GetHfpScoConfig() function in bluetooth::audio::hfp::HfpClientInterface::Offload
Dhfp_client_interface.h82 std::unordered_map<int, ::hfp::sco_config> GetHfpScoConfig();
Dhfp_client_interface.cc508 HfpClientInterface::Offload::GetHfpScoConfig() { in GetHfpScoConfig() function in bluetooth::audio::hfp::HfpClientInterface::Offload
509 return aidl::hfp::HfpTransport::GetHfpScoConfig( in GetHfpScoConfig()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sco.cc1627 sco_config_map = hfp_offload_interface->GetHfpScoConfig(); in bta_ag_api_set_active_device()