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()
4807 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j], in updateAudioPortCache() local4809 newPatches.get(i).sources()[j] = portCfg; in updateAudioPortCache()4812 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sinks()[j], in updateAudioPortCache() local4814 newPatches.get(i).sinks()[j] = portCfg; in updateAudioPortCache()4820 for (AudioPortConfig portCfg : newPatch.sources()) { in updateAudioPortCache()4821 if (portCfg == null) { in updateAudioPortCache()4826 for (AudioPortConfig portCfg : newPatch.sinks()) { in updateAudioPortCache()4827 if (portCfg == null) { in updateAudioPortCache()4860 static AudioPortConfig updatePortConfig(AudioPortConfig portCfg, ArrayList<AudioPort> ports) { in updatePortConfig() argument4861 AudioPort port = portCfg.port(); in updatePortConfig()[all …]