Home
last modified time | relevance | path

Searched refs:portGeneration (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DAudioManager.java7423 int[] portGeneration = new int[1]; in updateAudioPortCache() local
7430 status = AudioSystem.listAudioPorts(newPorts, portGeneration); in updateAudioPortCache()
7443 } while (patchGeneration[0] != portGeneration[0] in updateAudioPortCache()
7447 if (patchGeneration[0] != portGeneration[0]) { in updateAudioPortCache()
7488 sAudioPortGeneration = portGeneration[0]; in updateAudioPortCache()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java2444 int[] portGeneration = new int[1];
2445 int status = AudioSystem.listAudioPorts(ports, portGeneration);