Home
last modified time | relevance | path

Searched refs:LeAudioCoreCodecConfig (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc44 using types::LeAudioCoreCodecConfig;
213 const std::map<uint8_t, uint32_t> LeAudioCoreCodecConfig::sampling_freq_map = {
228 const std::map<uint32_t, uint8_t> LeAudioCoreCodecConfig::sample_rate_map = {
244 const std::map<uint8_t, uint32_t> LeAudioCoreCodecConfig::frame_duration_map = {
251 const std::map<uint32_t, uint8_t> LeAudioCoreCodecConfig::data_interval_map = {
540 const struct LeAudioCoreCodecConfig& LeAudioLtvMap::GetAsCoreCodecConfig() in GetAsCoreCodecConfig()
689 const types::LeAudioCoreCodecConfig& config) { in operator <<()
Dle_audio_utils.cc381 types::LeAudioCoreCodecConfig::GetSamplingFrequencyHz( in fillRemotePacsCapabitiliesToBtLeAudioCodecConfig()
389 types::LeAudioCoreCodecConfig::GetFrameDurationUs(fd_bit)), in fillRemotePacsCapabitiliesToBtLeAudioCodecConfig()
400 types::LeAudioCoreCodecConfig::GetSamplingFrequencyHz( in fillRemotePacsCapabitiliesToBtLeAudioCodecConfig()
408 types::LeAudioCoreCodecConfig::GetFrameDurationUs( in fillRemotePacsCapabitiliesToBtLeAudioCodecConfig()
Dcodec_manager.cc417 const types::LeAudioCoreCodecConfig core_config = in UpdateSupportedBroadcastConfig()
618 if (types::LeAudioCoreCodecConfig::sample_rate_map.count( in GetBroadcastConfig()
621 types::LeAudioCoreCodecConfig::sample_rate_map.at( in GetBroadcastConfig()
625 if (types::LeAudioCoreCodecConfig::data_interval_map.count( in GetBroadcastConfig()
628 types::LeAudioCoreCodecConfig::data_interval_map.at( in GetBroadcastConfig()
843 const types::LeAudioCoreCodecConfig adsp_lc3_config = in IsLc3ConfigMatched()
845 const types::LeAudioCoreCodecConfig target_lc3_config = in IsLc3ConfigMatched()
Dle_audio_types.h560 struct LeAudioCoreCodecConfig { struct
805 const struct LeAudioCoreCodecConfig& GetAsCoreCodecConfig() const;
902 static LeAudioCoreCodecConfig LtvMapToCoreCodecConfig( in LtvMapToCoreCodecConfig()
904 LeAudioCoreCodecConfig core; in LtvMapToCoreCodecConfig()
1031 mutable std::optional<struct LeAudioCoreCodecConfig> core_config =
1216 const LeAudioCoreCodecConfig& config);
Ddevices.cc50 using bluetooth::le_audio::types::LeAudioCoreCodecConfig;
Ddevice_groups.cc51 using types::LeAudioCoreCodecConfig;
Ddevices_test.cc503 const LeAudioCoreCodecConfig core_config = in Add()
Dstate_machine.cc115 using bluetooth::le_audio::types::LeAudioCoreCodecConfig;
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_software_aidl.cc52 using ::bluetooth::le_audio::types::LeAudioCoreCodecConfig;