Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DAudioManager.java7422 int[] patchGeneration = new int[1]; in updateAudioPortCache() local
7436 status = AudioSystem.listAudioPatches(newPatches, patchGeneration); in updateAudioPortCache()
7443 } while (patchGeneration[0] != portGeneration[0] in updateAudioPortCache()
7447 if (patchGeneration[0] != portGeneration[0]) { in updateAudioPortCache()