Searched refs:portGeneration (Results 1 – 2 of 2) sorted by relevance
3739 int[] portGeneration = new int[1]; in updateAudioPortCache() local3746 status = AudioSystem.listAudioPorts(newPorts, portGeneration); in updateAudioPortCache()3757 } while (patchGeneration[0] != portGeneration[0]); in updateAudioPortCache()3796 sAudioPortGeneration = portGeneration[0]; in updateAudioPortCache()
5169 int[] portGeneration = new int[1]; in configureHdmiPlugIntent() local5170 int status = AudioSystem.listAudioPorts(ports, portGeneration); in configureHdmiPlugIntent()