Searched refs:newPatches (Results 1 – 1 of 1) sorted by relevance
3647 ArrayList<AudioPatch> newPatches = new ArrayList<AudioPatch>(); in updateAudioPortCache() local3656 newPatches.clear(); in updateAudioPortCache()3657 status = AudioSystem.listAudioPatches(newPatches, patchGeneration); in updateAudioPortCache()3664 for (int i = 0; i < newPatches.size(); i++) { in updateAudioPortCache()3665 for (int j = 0; j < newPatches.get(i).sources().length; j++) { in updateAudioPortCache()3666 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j], in updateAudioPortCache()3668 newPatches.get(i).sources()[j] = portCfg; in updateAudioPortCache()3670 for (int j = 0; j < newPatches.get(i).sinks().length; j++) { in updateAudioPortCache()3671 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sinks()[j], in updateAudioPortCache()3673 newPatches.get(i).sinks()[j] = portCfg; in updateAudioPortCache()[all …]