Searched refs:portGeneration (Results 1 – 2 of 2) sorted by relevance
3644 int[] portGeneration = new int[1]; in updateAudioPortCache() local3651 status = AudioSystem.listAudioPorts(newPorts, portGeneration); in updateAudioPortCache()3662 } while (patchGeneration[0] != portGeneration[0]); in updateAudioPortCache()3700 sAudioPortGeneration = portGeneration[0]; in updateAudioPortCache()
4840 int[] portGeneration = new int[1]; in configureHdmiPlugIntent() local4841 int status = AudioSystem.listAudioPorts(ports, portGeneration); in configureHdmiPlugIntent()