Searched refs:portGeneration (Results 1 – 2 of 2) sorted by relevance
907 int[] portGeneration = new int[1]; in configureHdmiPlugIntent() local908 int status = AudioSystem.listAudioPorts(ports, portGeneration); in configureHdmiPlugIntent()
4745 int[] portGeneration = new int[1]; in updateAudioPortCache() local4752 status = AudioSystem.listAudioPorts(newPorts, portGeneration); in updateAudioPortCache()4765 } while (patchGeneration[0] != portGeneration[0] in updateAudioPortCache()4769 if (patchGeneration[0] != portGeneration[0]) { in updateAudioPortCache()4810 sAudioPortGeneration = portGeneration[0]; in updateAudioPortCache()