Searched refs:LeAudioCoreCodecConfig (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.cc | 61 using types::LeAudioCoreCodecConfig; 234 const std::map<uint8_t, uint32_t> LeAudioCoreCodecConfig::sampling_freq_map = { 244 const std::map<uint32_t, uint8_t> LeAudioCoreCodecConfig::sample_rate_map = { 254 const std::map<uint8_t, uint32_t> LeAudioCoreCodecConfig::frame_duration_map = { 260 const std::map<uint32_t, uint8_t> LeAudioCoreCodecConfig::data_interval_map = { 546 const struct LeAudioCoreCodecConfig& LeAudioLtvMap::GetAsCoreCodecConfig() const { in GetAsCoreCodecConfig() 684 std::ostream& operator<<(std::ostream& os, const types::LeAudioCoreCodecConfig& config) { in operator <<()
|
D | codec_manager.cc | 406 const types::LeAudioCoreCodecConfig core_config = in UpdateSupportedBroadcastConfig() 595 if (types::LeAudioCoreCodecConfig::sample_rate_map.count(offload_config->sampling_rate)) { in GetBroadcastConfig() 598 types::LeAudioCoreCodecConfig::sample_rate_map.at(offload_config->sampling_rate)); in GetBroadcastConfig() 601 if (types::LeAudioCoreCodecConfig::data_interval_map.count(offload_config->frame_duration)) { in GetBroadcastConfig() 604 types::LeAudioCoreCodecConfig::data_interval_map.at(offload_config->frame_duration)); in GetBroadcastConfig() 863 const types::LeAudioCoreCodecConfig adsp_lc3_config = adsp_config.params.GetAsCoreCodecConfig(); in IsLc3ConfigMatched() 864 const types::LeAudioCoreCodecConfig target_lc3_config = in IsLc3ConfigMatched()
|
D | le_audio_utils.cc | 391 types::LeAudioCoreCodecConfig::GetSamplingFrequencyHz(freq_bit)), in fillRemotePacsCapabilitiesToBtLeAudioCodecConfig() 395 types::LeAudioCoreCodecConfig::GetFrameDurationUs(fd_bit)), in fillRemotePacsCapabilitiesToBtLeAudioCodecConfig() 408 types::LeAudioCoreCodecConfig::GetSamplingFrequencyHz(freq_bit)), in fillRemotePacsCapabilitiesToBtLeAudioCodecConfig() 412 types::LeAudioCoreCodecConfig::GetFrameDurationUs(fd_bit)), in fillRemotePacsCapabilitiesToBtLeAudioCodecConfig()
|
D | le_audio_types.h | 565 struct LeAudioCoreCodecConfig { struct 789 const struct LeAudioCoreCodecConfig& GetAsCoreCodecConfig() const; 879 static LeAudioCoreCodecConfig LtvMapToCoreCodecConfig(const LeAudioLtvMap& ltvs) { in LtvMapToCoreCodecConfig() 880 LeAudioCoreCodecConfig core; in LtvMapToCoreCodecConfig() 986 mutable std::optional<struct LeAudioCoreCodecConfig> core_config = std::nullopt; 1168 std::ostream& operator<<(std::ostream& os, const LeAudioCoreCodecConfig& config);
|
D | devices_test.cc | 483 const LeAudioCoreCodecConfig core_config = setting.params.GetAsCoreCodecConfig(); in Add()
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_software_aidl.cc | 50 using ::bluetooth::le_audio::types::LeAudioCoreCodecConfig;
|