Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_utils.cc351 translateToBtLeAudioCodecConfigChannelCount(config.GetChannelCountPerIsoStream()); in fillStreamParamsToBtLeAudioCodecConfig()
483 group_config.num_channels += conf.codec.GetChannelCountPerIsoStream(); in GetAudioSessionCodecConfigFromAudioSetConfiguration()
501 if (cfgs.at(0).codec.GetChannelCountPerIsoStream() == 1) { in GetStrategyForAseConfig()
593 codec_config_setting.GetChannelCountPerIsoStream()); in IsCodecConfigSettingSupported()
643 if (ase_confs.at(i).codec.GetChannelCountPerIsoStream() != channel_cnt_per_ase) { in IsAseConfigMatchedWithPreferredRequirements()
645 ase_confs.at(i).codec.GetChannelCountPerIsoStream()); in IsAseConfigMatchedWithPreferredRequirements()
Dcodec_manager.cc869 adsp_config.GetChannelCountPerIsoStream() != target_config.GetChannelCountPerIsoStream() || in IsLc3ConfigMatched()
1000 conf.codec.GetDataIntervalUs(), conf.codec.GetChannelCountPerIsoStream()); in storeLocalCapa()
1012 conf.codec.GetChannelCountPerIsoStream()), in storeLocalCapa()
Dle_audio_set_configuration_provider_json.cc351 subconfig.qos.maxSdu = subconfig.codec.GetChannelCountPerIsoStream() * in processSubconfig()
568 << +ent.codec.GetChannelCountPerIsoStream() << "\n"; in Dump()
Dle_audio_types.cc221 os << ", channelCountPerIsoStream: " << (int)config.GetChannelCountPerIsoStream(); in operator <<()
Ddevices_test.cc871 .channel_count_per_iso_stream = audio_set_codec_conf.GetChannelCountPerIsoStream()}; in PreparePreferredCodecConfig()
1501 .codec.GetChannelCountPerIsoStream(), in TEST_P()
Dle_audio_types.h1199 uint8_t GetChannelCountPerIsoStream() const { return channel_count_per_iso_stream; } in GetChannelCountPerIsoStream() function
Ddevice_groups.cc1528 auto requested_channel_count = conf.codec.GetChannelCountPerIsoStream(); in CheckIfStrategySupported()
Dstate_machine_test.cc1865 group->GetActiveConfiguration()->confs.sink.at(0).codec.GetChannelCountPerIsoStream(); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc539 cfg_str << +cfg_multiplier << "-" << +current_codec.GetChannelCountPerIsoStream() << "chan"; in GenerateNameForConfig()