Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java932 private @AttributeSystemUsage int[] mSupportedSystemUsages = field in AudioService
1499 AudioSystem.setSupportedSystemUsages(mSupportedSystemUsages); in onSystemReady()
1702 AudioSystem.setSupportedSystemUsages(mSupportedSystemUsages); in onAudioServerDied()
1950 mSupportedSystemUsages = systemUsages; in setSupportedSystemUsages()
1962 return Arrays.copyOf(mSupportedSystemUsages, mSupportedSystemUsages.length); in getSupportedSystemUsages()
9832 for (int i = 0; i < mSupportedSystemUsages.length; i++) { in isSupportedSystemUsage()
9833 if (mSupportedSystemUsages[i] == usage) { in isSupportedSystemUsage()
11317 for (int i = 0; i < mSupportedSystemUsages.length; i++) { in dumpSupportedSystemUsage()
11318 pw.printf("\t%s\n", AudioAttributes.usageToString(mSupportedSystemUsages[i])); in dumpSupportedSystemUsage()