Searched refs:portCfg (Results 1 – 1 of 1) sorted by relevance
3761 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j], in updateAudioPortCache() local3763 newPatches.get(i).sources()[j] = portCfg; in updateAudioPortCache()3766 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sinks()[j], in updateAudioPortCache() local3768 newPatches.get(i).sinks()[j] = portCfg; in updateAudioPortCache()3774 for (AudioPortConfig portCfg : newPatch.sources()) { in updateAudioPortCache()3775 if (portCfg == null) { in updateAudioPortCache()3780 for (AudioPortConfig portCfg : newPatch.sinks()) { in updateAudioPortCache()3781 if (portCfg == null) { in updateAudioPortCache()3814 static AudioPortConfig updatePortConfig(AudioPortConfig portCfg, ArrayList<AudioPort> ports) { in updatePortConfig() argument3815 AudioPort port = portCfg.port(); in updatePortConfig()[all …]