Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp85 return std::find(std::begin(mSupportedSystemUsages), std::end(mSupportedSystemUsages), usage) in isSupportedSystemUsage()
86 != std::end(mSupportedSystemUsages); in isSupportedSystemUsage()
1523 mSupportedSystemUsages = systemUsages; in setSupportedSystemUsages()
DAudioPolicyService.h1035 std::vector<audio_usage_t> mSupportedSystemUsages; variable
DAudioPolicyService.cpp816 for (auto usage : mSupportedSystemUsages) { in dumpInternals()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1023 private @AttributeSystemUsage int[] mSupportedSystemUsages = field in AudioService
1684 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()