Searched refs:path_config_map (Results 1 – 1 of 1) sorted by relevance
56 std::unordered_map<std::string, PathConfiguration> path_config_map; in GetHfpAudioCodecInfo() local59 path_config_map.insert(make_pair(path_cfg.getName(), path_cfg)); in GetHfpAudioCodecInfo()62 auto input_path_cfg = path_config_map.find(cfg.getInputPathConfiguration()); in GetHfpAudioCodecInfo()64 path_config_map.find(cfg.getOutputPathConfiguration()); in GetHfpAudioCodecInfo()65 if (input_path_cfg == path_config_map.end()) { in GetHfpAudioCodecInfo()71 if (output_path_cfg == path_config_map.end()) { in GetHfpAudioCodecInfo()