Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl129 int getVolumeIndexForAttributes(in AudioAttributesInternal attr, in getVolumeIndexForAttributes() method
/aosp12/frameworks/base/media/java/android/media/
H A DIAudioService.aidl117 int getVolumeIndexForAttributes(in AudioAttributes aa); in getVolumeIndexForAttributes() method
H A DAudioSystem.java1561 public static native int getVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in getVolumeIndexForAttributes() method in AudioSystem
H A DAudioManager.java1292 public int getVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getVolumeIndexForAttributes() method in AudioManager
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1003 Status AudioPolicyService::getVolumeIndexForAttributes( in getVolumeIndexForAttributes() function in android::AudioPolicyService
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1211 status_t AudioSystem::getVolumeIndexForAttributes(const audio_attributes_t& attr, in getVolumeIndexForAttributes() function in android::AudioSystem
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2887 status_t AudioPolicyManager::getVolumeIndexForAttributes(const audio_attributes_t &attr, in getVolumeIndexForAttributes() function in android::AudioPolicyManager
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3275 public int getVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getVolumeIndexForAttributes() method in AudioService