Home
last modified time | relevance | path

Searched refs:ctx_type (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc789 types::LeAudioContextType ctx_type) const { in GetAudioSetConfigurationRequirements()
791 .audio_context_type = ctx_type, in GetAudioSetConfigurationRequirements()
806 ((types::kLeAudioContextAllRemoteSinkOnly.test(ctx_type) && in GetAudioSetConfigurationRequirements()
807 (ctx_type != types::LeAudioContextType::RINGTONE)) || in GetAudioSetConfigurationRequirements()
808 ctx_type == types::LeAudioContextType::UNSPECIFIED)) { in GetAudioSetConfigurationRequirements()
848 utils::GetTargetLatencyForAudioContext(ctx_type); in GetAudioSetConfigurationRequirements()
883 LeAudioContextType ctx_type) const { in UpdateAudioSetConfigurationCache()
884 auto requirements = GetAudioSetConfigurationRequirements(ctx_type); in UpdateAudioSetConfigurationCache()
891 if (context_to_configuration_cache_map.count(ctx_type) != 0) { in UpdateAudioSetConfigurationCache()
893 context_to_configuration_cache_map.at(ctx_type); in UpdateAudioSetConfigurationCache()
[all …]
Ddevice_groups.h216 types::LeAudioContextType ctx_type) const;
219 types::LeAudioContextType ctx_type) const;
226 GetConfiguration(types::LeAudioContextType ctx_type) const;
228 GetCachedConfiguration(types::LeAudioContextType ctx_type) const;
Dcodec_manager.cc325 for (types::LeAudioContextType ctx_type : in PrintDebugState() local
328 os << ctx_type << ": "; in PrintDebugState()
329 if (context_type_offload_config_map_.count(ctx_type) == 0) { in PrintDebugState()
333 for (const auto& conf : context_type_offload_config_map_.at(ctx_type)) { in PrintDebugState()
1072 for (types::LeAudioContextType ctx_type : in UpdateOffloadCapability() local
1077 AudioSetConfigurationProvider::Get()->GetConfigurations(ctx_type); in UpdateOffloadCapability()
1084 (int)ctx_type, software_audio_set_conf->name); in UpdateOffloadCapability()
1091 context_type_offload_config_map_[ctx_type].push_back( in UpdateOffloadCapability()
Dcodec_manager_test.cc596 for (::bluetooth::le_audio::types::LeAudioContextType ctx_type : in TEST_F()
600 .audio_context_type = ctx_type, in TEST_F()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc571 ::bluetooth::le_audio::types::LeAudioContextType ctx_type, in GetStackConfigSettingFromAidl() argument
575 if (aidl_ase_config.audioContext.bitmask != (uint16_t)ctx_type) { in GetStackConfigSettingFromAidl()
577 (int)ctx_type, aidl_ase_config.audioContext.bitmask); in GetStackConfigSettingFromAidl()
609 ::bluetooth::le_audio::types::LeAudioContextType ctx_type, in GetStackUnicastConfigurationFromAidlFormat() argument
612 auto stack_config = GetStackConfigSettingFromAidl(ctx_type, config); in GetStackUnicastConfigurationFromAidlFormat()
Dle_audio_utils.h101 ::bluetooth::le_audio::types::LeAudioContextType ctx_type,
Dle_audio_utils_unittest.cc437 ::bluetooth::le_audio::types::LeAudioContextType ctx_type, in PrepareReferenceAseConfigurationSetting() argument
445 aidl_audio_set_config.audioContext.bitmask = (uint16_t)ctx_type; in PrepareReferenceAseConfigurationSetting()