Searched refs:newPatches (Results 1 – 1 of 1) sorted by relevance
7708 ArrayList<AudioPatch> newPatches = new ArrayList<AudioPatch>(); in updateAudioPortCache() local7717 newPatches.clear(); in updateAudioPortCache()7718 status = AudioSystem.listAudioPatches(newPatches, patchGeneration); in updateAudioPortCache()7733 for (int i = 0; i < newPatches.size(); i++) { in updateAudioPortCache()7734 for (int j = 0; j < newPatches.get(i).sources().length; j++) { in updateAudioPortCache()7735 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j], in updateAudioPortCache()7737 newPatches.get(i).sources()[j] = portCfg; in updateAudioPortCache()7739 for (int j = 0; j < newPatches.get(i).sinks().length; j++) { in updateAudioPortCache()7740 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sinks()[j], in updateAudioPortCache()7742 newPatches.get(i).sinks()[j] = portCfg; in updateAudioPortCache()[all …]