/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/ |
D | a2dp_provider_info_unittest.cc | 71 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()
|
D | a2dp_provider_info.cc | 51 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()
|
D | a2dp_provider_info.h | 42 static std::unique_ptr<ProviderInfo> GetProviderInfo(bool supports_a2dp_hw_offload_v2);
|
D | client_interface_aidl.h | 100 static std::optional<IBluetoothAudioProviderFactory::ProviderInfo> GetProviderInfo(
|
D | client_interface_aidl.cc | 91 BluetoothAudioClientInterface::GetProviderInfo( in GetProviderInfo() function in bluetooth::audio::aidl::a2dp::BluetoothAudioClientInterface
|
D | a2dp_encoding_aidl.cc | 321 provider_info = ::bluetooth::audio::aidl::a2dp::ProviderInfo::GetProviderInfo( in update_codec_offloading_capabilities()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | provider_info.cc | 43 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()
|
D | provider_info.h | 33 static std::unique_ptr<ProviderInfo> GetProviderInfo(SessionType sessionType);
|
D | client_interface_aidl.h | 75 static std::optional<IBluetoothAudioProviderFactory::ProviderInfo> GetProviderInfo(
|
D | hfp_client_interface_aidl.cc | 95 auto providerInfo = ::bluetooth::audio::aidl::ProviderInfo::GetProviderInfo(sessionType); in GetHfpScoConfig()
|
D | client_interface_aidl.cc | 102 BluetoothAudioClientInterface::GetProviderInfo( in GetProviderInfo() function in bluetooth::audio::aidl::BluetoothAudioClientInterface
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software_unittest.cc | 134 GetProviderInfo, 424 BluetoothAudioClientInterface::GetProviderInfo( in GetProviderInfo() function in bluetooth::audio::aidl::BluetoothAudioClientInterface 429 return instance->GetProviderInfo(session_type, provider_factory); in GetProviderInfo()
|
D | le_audio_software.cc | 860 auto encoding_provider_info = BluetoothAudioClientInterface::GetProviderInfo( in GetCodecConfigProviderInfo() 863 auto decoding_provider_info = BluetoothAudioClientInterface::GetProviderInfo( in GetCodecConfigProviderInfo()
|