Searched refs:context_to_preferred_configuration_cache_map_ (Results 1 – 2 of 2) sorted by relevance
950 auto& cached_map = use_preference ? context_to_preferred_configuration_cache_map_ in UpdateAudioSetConfigurationCache()1014 context_to_preferred_configuration_cache_map_.clear(); in ResetPreferredAudioSetConfiguration()1820 if (context_to_preferred_configuration_cache_map_.count(context_type) != 0) { in GetCachedPreferredConfiguration()1821 return context_to_preferred_configuration_cache_map_.at(context_type).second; in GetCachedPreferredConfiguration()1869 if (context_to_preferred_configuration_cache_map_.count(context_type) != 0) { in GetPreferredConfiguration()1870 auto& valid_config_pair = context_to_preferred_configuration_cache_map_.at(context_type); in GetPreferredConfiguration()
480 context_to_preferred_configuration_cache_map_; variable