Searched refs:mSupportedSystemUsages (Results 1 – 4 of 4) sorted by relevance
42 return std::find(std::begin(mSupportedSystemUsages), std::end(mSupportedSystemUsages), usage) in isSupportedSystemUsage()43 != std::end(mSupportedSystemUsages); in isSupportedSystemUsage()1075 mSupportedSystemUsages = systemUsages; in setSupportedSystemUsages()
403 for (std::vector<audio_usage_t>::iterator it = mSupportedSystemUsages.begin(); in dumpInternals()404 it != mSupportedSystemUsages.end(); ++it) { in dumpInternals()
886 std::vector<audio_usage_t> mSupportedSystemUsages; variable
605 private @AttributeSystemUsage int[] mSupportedSystemUsages = field in AudioService1109 AudioSystem.setSupportedSystemUsages(mSupportedSystemUsages); in onAudioServerDied()1207 mSupportedSystemUsages = systemUsages; in setSupportedSystemUsages()1217 return Arrays.copyOf(mSupportedSystemUsages, mSupportedSystemUsages.length); in getSupportedSystemUsages()6808 for (int i = 0; i < mSupportedSystemUsages.length; i++) { in isSupportedSystemUsage()6809 if (mSupportedSystemUsages[i] == usage) { in isSupportedSystemUsage()7511 for (int i = 0; i < mSupportedSystemUsages.length; i++) { in dumpSupportedSystemUsage()7512 pw.printf("\t%s\n", AudioAttributes.usageToString(mSupportedSystemUsages[i])); in dumpSupportedSystemUsage()