Searched refs:portCfg (Results 1 – 2 of 2) sorted by relevance
69 audio_port_config& add(const audio_port_config& portCfg) { in add()70 return *advance() = portCfg; in add()
7735 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j], in updateAudioPortCache() local7737 newPatches.get(i).sources()[j] = portCfg; in updateAudioPortCache()7740 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sinks()[j], in updateAudioPortCache() local7742 newPatches.get(i).sinks()[j] = portCfg; in updateAudioPortCache()7748 for (AudioPortConfig portCfg : newPatch.sources()) { in updateAudioPortCache()7749 if (portCfg == null) { in updateAudioPortCache()7754 for (AudioPortConfig portCfg : newPatch.sinks()) { in updateAudioPortCache()7755 if (portCfg == null) { in updateAudioPortCache()7788 static AudioPortConfig updatePortConfig(AudioPortConfig portCfg, ArrayList<AudioPort> ports) { in updatePortConfig() argument7789 AudioPort port = portCfg.port(); in updatePortConfig()[all …]