Home
last modified time | relevance | path

Searched defs:setVolumeIndexForAttributes (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
DIAudioService.aidl97 …void setVolumeIndexForAttributes(in AudioAttributes aa, int index, int flags, String callingPackag… in setVolumeIndexForAttributes() method
DAudioSystem.java1168 public static native int setVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in setVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1188 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags) { in setVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp726 status_t AudioPolicyService::setVolumeIndexForAttributes(const audio_attributes_t &attributes, in setVolumeIndexForAttributes() function in android::AudioPolicyService
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp982 status_t AudioSystem::setVolumeIndexForAttributes(const audio_attributes_t &attr, in setVolumeIndexForAttributes() function in android::AudioSystem
DIAudioPolicyService.cpp427 virtual status_t setVolumeIndexForAttributes(const audio_attributes_t &attr, int index, in setVolumeIndexForAttributes() function in android::BpAudioPolicyService
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2468 status_t AudioPolicyManager::setVolumeIndexForAttributes(const audio_attributes_t &attributes, in setVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2141 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags, in setVolumeIndexForAttributes() method in AudioService