Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl125 void setVolumeIndexForAttributes(in AudioAttributesInternal attr, in setVolumeIndexForAttributes() method
/aosp12/frameworks/base/media/java/android/media/
H A DIAudioService.aidl115 …void setVolumeIndexForAttributes(in AudioAttributes aa, int index, int flags, String callingPackag… in setVolumeIndexForAttributes() method
H A DAudioSystem.java1552 public static native int setVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in setVolumeIndexForAttributes() method in AudioSystem
H A DAudioManager.java1268 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags) { in setVolumeIndexForAttributes() method in AudioManager
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp981 Status AudioPolicyService::setVolumeIndexForAttributes( in setVolumeIndexForAttributes() function in android::AudioPolicyService
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1197 status_t AudioSystem::setVolumeIndexForAttributes(const audio_attributes_t& attr, in setVolumeIndexForAttributes() function in android::AudioSystem
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2738 status_t AudioPolicyManager::setVolumeIndexForAttributes(const audio_attributes_t &attributes, in setVolumeIndexForAttributes() function in android::AudioPolicyManager
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3232 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags, in setVolumeIndexForAttributes() method in AudioService