Searched refs:portGeneration (Results 1 – 2 of 2) sorted by relevance
7423 int[] portGeneration = new int[1]; in updateAudioPortCache() local7430 status = AudioSystem.listAudioPorts(newPorts, portGeneration); in updateAudioPortCache()7443 } while (patchGeneration[0] != portGeneration[0] in updateAudioPortCache()7447 if (patchGeneration[0] != portGeneration[0]) { in updateAudioPortCache()7488 sAudioPortGeneration = portGeneration[0]; in updateAudioPortCache()
2444 int[] portGeneration = new int[1];2445 int status = AudioSystem.listAudioPorts(ports, portGeneration);