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.java944 public static native int setVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in setVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1187 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags) { in setVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp713 status_t AudioPolicyService::setVolumeIndexForAttributes(const audio_attributes_t &attributes, in setVolumeIndexForAttributes() function in android::AudioPolicyService
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp974 status_t AudioSystem::setVolumeIndexForAttributes(const audio_attributes_t &attr, in setVolumeIndexForAttributes() function in android::AudioSystem
DIAudioPolicyService.cpp423 virtual status_t setVolumeIndexForAttributes(const audio_attributes_t &attr, int index, in setVolumeIndexForAttributes() function in android::BpAudioPolicyService
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2466 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.java2071 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags, in setVolumeIndexForAttributes() method in AudioService