Searched refs:mSupportedSystemUsages (Results 1 – 4 of 4) sorted by relevance
85 return std::find(std::begin(mSupportedSystemUsages), std::end(mSupportedSystemUsages), usage) in isSupportedSystemUsage()86 != std::end(mSupportedSystemUsages); in isSupportedSystemUsage()1523 mSupportedSystemUsages = systemUsages; in setSupportedSystemUsages()
1035 std::vector<audio_usage_t> mSupportedSystemUsages; variable
816 for (auto usage : mSupportedSystemUsages) { in dumpInternals()
1023 private @AttributeSystemUsage int[] mSupportedSystemUsages = field in AudioService1684 AudioSystem.setSupportedSystemUsages(mSupportedSystemUsages); in onSystemReady()1887 AudioSystem.setSupportedSystemUsages(mSupportedSystemUsages); in onAudioServerDied()2144 mSupportedSystemUsages = systemUsages; in setSupportedSystemUsages()2156 return Arrays.copyOf(mSupportedSystemUsages, mSupportedSystemUsages.length); in getSupportedSystemUsages()10246 for (int i = 0; i < mSupportedSystemUsages.length; i++) { in isSupportedSystemUsage()10247 if (mSupportedSystemUsages[i] == usage) { in isSupportedSystemUsage()11934 for (int i = 0; i < mSupportedSystemUsages.length; i++) { in dumpSupportedSystemUsage()11935 pw.printf("\t%s\n", AudioAttributes.usageToString(mSupportedSystemUsages[i])); in dumpSupportedSystemUsage()