Searched refs:portGeneration (Results 1 – 2 of 2) sorted by relevance
917 int[] portGeneration = new int[1]; in configureHdmiPlugIntent() local918 int status = AudioSystem.listAudioPorts(ports, portGeneration); in configureHdmiPlugIntent()
4777 int[] portGeneration = new int[1]; in updateAudioPortCache() local4784 status = AudioSystem.listAudioPorts(newPorts, portGeneration); in updateAudioPortCache()4797 } while (patchGeneration[0] != portGeneration[0] in updateAudioPortCache()4801 if (patchGeneration[0] != portGeneration[0]) { in updateAudioPortCache()4842 sAudioPortGeneration = portGeneration[0]; in updateAudioPortCache()