Searched refs:ctx_type (Results 1 – 7 of 7) sorted by relevance
789 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 …]
216 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;
325 for (types::LeAudioContextType ctx_type : in PrintDebugState() local328 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() local1077 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()
596 for (::bluetooth::le_audio::types::LeAudioContextType ctx_type : in TEST_F()600 .audio_context_type = ctx_type, in TEST_F()
571 ::bluetooth::le_audio::types::LeAudioContextType ctx_type, in GetStackConfigSettingFromAidl() argument575 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() argument612 auto stack_config = GetStackConfigSettingFromAidl(ctx_type, config); in GetStackUnicastConfigurationFromAidlFormat()
101 ::bluetooth::le_audio::types::LeAudioContextType ctx_type,
437 ::bluetooth::le_audio::types::LeAudioContextType ctx_type, in PrepareReferenceAseConfigurationSetting() argument445 aidl_audio_set_config.audioContext.bitmask = (uint16_t)ctx_type; in PrepareReferenceAseConfigurationSetting()