Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl141 int getMaxVolumeIndexForAttributes(in AudioAttributes attr); in getMaxVolumeIndexForAttributes() method
/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java97 public int getMaxVolumeIndexForAttributes(AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioManager
/frameworks/base/media/java/android/media/
DAudioSystem.java1809 public static native int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMaxVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1480 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1186 Status AudioPolicyService::getMaxVolumeIndexForAttributes( in getMaxVolumeIndexForAttributes() function in android::AudioPolicyService
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1394 status_t AudioSystem::getMaxVolumeIndexForAttributes(const audio_attributes_t& attr, int& index) { in getMaxVolumeIndexForAttributes() function in android::AudioSystem
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3655 status_t AudioPolicyManager::getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, in getMaxVolumeIndexForAttributes() function in android::AudioPolicyManager