Searched refs:portGeneration (Results 1 – 2 of 2) sorted by relevance
6385 int[] portGeneration = new int[1]; in updateAudioPortCache() local6392 status = AudioSystem.listAudioPorts(newPorts, portGeneration); in updateAudioPortCache()6405 } while (patchGeneration[0] != portGeneration[0] in updateAudioPortCache()6409 if (patchGeneration[0] != portGeneration[0]) { in updateAudioPortCache()6450 sAudioPortGeneration = portGeneration[0]; in updateAudioPortCache()
1329 int[] portGeneration = new int[1]; in configureHdmiPlugIntent() local1330 int status = AudioSystem.listAudioPorts(ports, portGeneration); in configureHdmiPlugIntent()