Home
last modified time | relevance | path

Searched defs:setSupportedSystemUsages (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/
DIAudioService.aidl113 void setSupportedSystemUsages(in int[] systemUsages); in setSupportedSystemUsages() method
DAudioSystem.java1594 public static native int setSupportedSystemUsages(int[] systemUsages); in setSupportedSystemUsages() method in AudioSystem
DAudioManager.java1279 public void setSupportedSystemUsages(@NonNull @AttributeSystemUsage int[] systemUsages) { in setSupportedSystemUsages() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1063 status_t AudioPolicyService::setSupportedSystemUsages(const std::vector<audio_usage_t>& systemUsage… in setSupportedSystemUsages() function in android::AudioPolicyService
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1160 status_t AudioSystem::setSupportedSystemUsages(const std::vector<audio_usage_t>& systemUsages) { in setSupportedSystemUsages() function in android::AudioSystem
DIAudioPolicyService.cpp636 status_t setSupportedSystemUsages(const std::vector<audio_usage_t>& systemUsages) { in setSupportedSystemUsages() function in android::BpAudioPolicyService
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1201 public void setSupportedSystemUsages(@NonNull @AttributeSystemUsage int[] systemUsages) { in setSupportedSystemUsages() method in AudioService