Searched refs:mSupportedSystemUsages (Results 1 – 1 of 1) sorted by relevance
932 private @AttributeSystemUsage int[] mSupportedSystemUsages = field in AudioService1499 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()