Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DIAudioService.aidl101 int getMaxVolumeIndexForAttributes(in AudioAttributes aa); in getMaxVolumeIndexForAttributes() method
DAudioSystem.java968 public static native int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMaxVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1232 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp749 status_t AudioPolicyService::getMaxVolumeIndexForAttributes(const audio_attributes_t &attributes, in getMaxVolumeIndexForAttributes() function in android::AudioPolicyService
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp992 status_t AudioSystem::getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMaxVolumeIndexForAttributes() function in android::AudioSystem
DIAudioPolicyService.cpp471 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMaxVolumeIndexForAttributes() function in android::BpAudioPolicyService
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2654 status_t AudioPolicyManager::getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, in getMaxVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2117 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioService