Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_provider_info_unittest.cc71 MOCK_METHOD(std::optional<IBluetoothAudioProviderFactory::ProviderInfo>, GetProviderInfo,
83 BluetoothAudioClientInterface::GetProviderInfo( in GetProviderInfo() function in bluetooth::audio::aidl::BluetoothAudioClientInterface
86 return mock_bt_audio_client_itf->GetProviderInfo(session_type, provider_factory); in GetProviderInfo()
139 GetProviderInfo(SessionType::A2DP_HARDWARE_OFFLOAD_ENCODING_DATAPATH, _)) in GetProviderInfoForTesting()
143 GetProviderInfo(SessionType::A2DP_HARDWARE_OFFLOAD_ENCODING_DATAPATH, _)); in GetProviderInfoForTesting()
148 GetProviderInfo(SessionType::A2DP_HARDWARE_OFFLOAD_DECODING_DATAPATH, _)) in GetProviderInfoForTesting()
152 GetProviderInfo(SessionType::A2DP_HARDWARE_OFFLOAD_DECODING_DATAPATH, _)); in GetProviderInfoForTesting()
155 provider_info = ProviderInfo::GetProviderInfo(true); in GetProviderInfoForTesting()
Da2dp_provider_info.cc51 std::unique_ptr<ProviderInfo> ProviderInfo::GetProviderInfo(bool supports_a2dp_hw_offload_v2) { in GetProviderInfo() function in bluetooth::audio::aidl::a2dp::ProviderInfo
59 auto source_provider_info = BluetoothAudioClientInterface::GetProviderInfo( in GetProviderInfo()
62 auto sink_provider_info = BluetoothAudioClientInterface::GetProviderInfo( in GetProviderInfo()
Da2dp_provider_info.h42 static std::unique_ptr<ProviderInfo> GetProviderInfo(bool supports_a2dp_hw_offload_v2);
Dclient_interface_aidl.h100 static std::optional<IBluetoothAudioProviderFactory::ProviderInfo> GetProviderInfo(
Dclient_interface_aidl.cc91 BluetoothAudioClientInterface::GetProviderInfo( in GetProviderInfo() function in bluetooth::audio::aidl::a2dp::BluetoothAudioClientInterface
Da2dp_encoding_aidl.cc321 provider_info = ::bluetooth::audio::aidl::a2dp::ProviderInfo::GetProviderInfo( in update_codec_offloading_capabilities()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dprovider_info.cc43 std::unique_ptr<ProviderInfo> bluetooth::audio::aidl::ProviderInfo::GetProviderInfo( in GetProviderInfo() function in bluetooth::audio::aidl::bluetooth::audio::aidl::ProviderInfo
45 auto provider_info = BluetoothAudioClientInterface::GetProviderInfo(sessionType); in GetProviderInfo()
Dprovider_info.h33 static std::unique_ptr<ProviderInfo> GetProviderInfo(SessionType sessionType);
Dclient_interface_aidl.h75 static std::optional<IBluetoothAudioProviderFactory::ProviderInfo> GetProviderInfo(
Dhfp_client_interface_aidl.cc95 auto providerInfo = ::bluetooth::audio::aidl::ProviderInfo::GetProviderInfo(sessionType); in GetHfpScoConfig()
Dclient_interface_aidl.cc102 BluetoothAudioClientInterface::GetProviderInfo( in GetProviderInfo() function in bluetooth::audio::aidl::BluetoothAudioClientInterface
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc134 GetProviderInfo,
424 BluetoothAudioClientInterface::GetProviderInfo( in GetProviderInfo() function in bluetooth::audio::aidl::BluetoothAudioClientInterface
429 return instance->GetProviderInfo(session_type, provider_factory); in GetProviderInfo()
Dle_audio_software.cc860 auto encoding_provider_info = BluetoothAudioClientInterface::GetProviderInfo( in GetCodecConfigProviderInfo()
863 auto decoding_provider_info = BluetoothAudioClientInterface::GetProviderInfo( in GetCodecConfigProviderInfo()