Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl123 void setVolumeIndexForAttributes(in AudioAttributesInternal attr, in setVolumeIndexForAttributes() method
/frameworks/base/media/java/android/media/
DIAudioService.aidl110 …void setVolumeIndexForAttributes(in AudioAttributes aa, int index, int flags, String callingPackag… in setVolumeIndexForAttributes() method
DAudioSystem.java1551 public static native int setVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in setVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1268 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags) { in setVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp973 Status AudioPolicyService::setVolumeIndexForAttributes( in setVolumeIndexForAttributes() function in android::AudioPolicyService
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1191 status_t AudioSystem::setVolumeIndexForAttributes(const audio_attributes_t& attr, in setVolumeIndexForAttributes() function in android::AudioSystem
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2703 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.java3192 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags, in setVolumeIndexForAttributes() method in AudioService