Home
last modified time | relevance | path

Searched refs:CodecConfiguration (Results 1 – 24 of 24) sorted by relevance

/aosp12/system/bt/audio_hal_interface/
H A Dcodec_status.h31 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
34 extern const CodecConfiguration kInvalidCodecConfiguration;
43 bool A2dpSbcToHalConfig(CodecConfiguration* codec_config,
45 bool A2dpAacToHalConfig(CodecConfiguration* codec_config,
47 bool A2dpAptxToHalConfig(CodecConfiguration* codec_config,
49 bool A2dpLdacToHalConfig(CodecConfiguration* codec_config,
56 bool IsCodecOffloadingEnabled(const CodecConfiguration& codec_config);
H A Dclient_interface_unittest.cc60 using ::bluetooth::audio::codec::CodecConfiguration;
424 std::vector<CodecConfiguration> sbc_codec_configs; in SbcCodecConfigurationsGenerator()
425 CodecConfiguration codec_config = {}; in SbcCodecConfigurationsGenerator()
508 std::vector<CodecConfiguration> aac_codec_configs; in AacCodecConfigurationsGenerator()
509 CodecConfiguration codec_config = {}; in AacCodecConfigurationsGenerator()
582 std::vector<CodecConfiguration> ldac_codec_configs; in LdacCodecConfigurationsGenerator()
583 CodecConfiguration codec_config = {}; in LdacCodecConfigurationsGenerator()
657 CodecConfiguration codec_config = {}; in AptxCodecConfigurationsGenerator()
706 for (CodecConfiguration codec_config : in TEST_F()
746 for (CodecConfiguration codec_config : in TEST_F()
[all …]
H A Dcodec_status.cc157 const CodecConfiguration kInvalidCodecConfiguration = {
214 bool A2dpSbcToHalConfig(CodecConfiguration* codec_config, in A2dpSbcToHalConfig()
306 bool A2dpAacToHalConfig(CodecConfiguration* codec_config, in A2dpAacToHalConfig()
372 bool A2dpAptxToHalConfig(CodecConfiguration* codec_config, in A2dpAptxToHalConfig()
411 bool A2dpLdacToHalConfig(CodecConfiguration* codec_config, in A2dpLdacToHalConfig()
529 bool IsCodecOffloadingEnabled(const CodecConfiguration& codec_config) { in IsCodecOffloadingEnabled()
H A Da2dp_encoding.cc49 using ::bluetooth::audio::codec::CodecConfiguration;
228 bool a2dp_get_selected_hal_codec_config(CodecConfiguration* codec_config) { in a2dp_get_selected_hal_codec_config()
431 CodecConfiguration codec_config{}; in setup_codec()
/aosp12/hardware/interfaces/bluetooth/audio/utils/session/
H A DBluetoothAudioSupportedCodecsDB.cpp132 const CodecConfiguration::CodecSpecific& codec_specific);
134 const CodecConfiguration::CodecSpecific& codec_specific);
136 const CodecConfiguration::CodecSpecific& codec_specific);
138 const CodecConfiguration::CodecSpecific& codec_specific);
140 const CodecConfiguration::CodecSpecific& codec_specific);
143 const CodecConfiguration::CodecSpecific& codec_specific) { in IsOffloadSbcConfigurationValid()
145 CodecConfiguration::CodecSpecific::hidl_discriminator::sbcConfig) { in IsOffloadSbcConfigurationValid()
182 const CodecConfiguration::CodecSpecific& codec_specific) { in IsOffloadAacConfigurationValid()
214 const CodecConfiguration::CodecSpecific& codec_specific) { in IsOffloadLdacConfigurationValid()
244 const CodecConfiguration::CodecSpecific& codec_specific) { in IsOffloadAptxConfigurationValid()
[all …]
H A DBluetoothAudioSupportedCodecsDB.h26 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
36 const CodecConfiguration& codec_config);
H A DBluetoothAudioSession.h37 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
167 static const CodecConfiguration kInvalidCodecConfiguration;
H A DBluetoothAudioSupportedCodecsDB_2_1.h41 const ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration&
H A DBluetoothAudioSupportedCodecsDB_2_1.cpp115 const ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration& in IsOffloadCodecConfigurationValid()
H A DBluetoothAudioSession.cpp35 const CodecConfiguration BluetoothAudioSession::kInvalidCodecConfiguration = {
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
H A DVtsHalBluetoothA2dpV1_0TargetTest.cpp36 using ::android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration;
94 CodecConfiguration codec;
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
H A DVtsHalBluetoothAudioV2_0TargetTest.cpp48 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
70 CodecConfiguration::CodecSpecific;
612 CodecConfiguration codec_config = {}; in TEST_P()
647 CodecConfiguration codec_config = {}; in TEST_P()
682 CodecConfiguration codec_config = {}; in TEST_P()
718 CodecConfiguration codec_config = {}; in TEST_P()
783 CodecConfiguration codec_config = {}; in TEST_P()
/aosp12/system/bt/bta/include/
H A Dbta_hearing_aid_api.h237 struct CodecConfiguration { struct
258 static void Start(const CodecConfiguration& codecConfiguration, argument
/aosp12/hardware/interfaces/bluetooth/audio/2.1/
H A Dtypes.hal22 import @2.0::CodecConfiguration;
108 CodecConfiguration codecConfig;
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_audio_interface.cc50 using android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration;
191 CodecConfiguration* p_codec_info) { in btif_a2dp_get_codec_configuration()
301 CodecConfiguration codec_info; in btif_a2dp_audio_interface_start_session()
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/default/
H A DBluetoothAudioOffload.cpp37 const ::android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration& in startSession()
H A DBluetoothAudioOffload.h46 const ::android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration&
/aosp12/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
H A DVtsHalBluetoothAudioV2_1TargetTest.cpp47 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
69 CodecConfiguration::CodecSpecific;
707 CodecConfiguration codec_config = {}; in TEST_P()
742 CodecConfiguration codec_config = {}; in TEST_P()
777 CodecConfiguration codec_config = {}; in TEST_P()
813 CodecConfiguration codec_config = {}; in TEST_P()
878 CodecConfiguration codec_config = {}; in TEST_P()
/aosp12/hardware/interfaces/bluetooth/audio/2.0/
H A Dtypes.hal225 struct CodecConfiguration {
251 CodecConfiguration codecConfig;
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/
H A Dtypes.hal56 struct CodecConfiguration {
H A DIBluetoothAudioOffload.hal58 …startSession(IBluetoothAudioHost hostIf, CodecConfiguration codecConfig) generates (Status status);
/aosp12/system/bt/bta/hearing_aid/
H A Dhearing_aid_audio_source.cc384 void HearingAidAudioSource::Start(const CodecConfiguration& codecConfiguration, in Start()
H A Dhearing_aid.cc988 CodecConfiguration codec; in StartSendingAudio()
/aosp12/system/bt/gd/hci/
H A Dhci_packets.pdl2651 struct CodecConfiguration {
2665 supported_codecs : CodecConfiguration[],