Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl136 int getMinVolumeIndexForAttributes(in AudioAttributesInternal attr); in getMinVolumeIndexForAttributes() method
/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java101 public int getMinVolumeIndexForAttributes(AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1095 Status AudioPolicyService::getMinVolumeIndexForAttributes( in getMinVolumeIndexForAttributes() function in android::AudioPolicyService
/frameworks/base/media/java/android/media/
DAudioSystem.java1684 public static native int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMinVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1393 public int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioManager
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1297 status_t AudioSystem::getMinVolumeIndexForAttributes(const audio_attributes_t& attr, int& index) { in getMinVolumeIndexForAttributes() function in android::AudioSystem
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3189 status_t AudioPolicyManager::getMinVolumeIndexForAttributes(const audio_attributes_t &attr, in getMinVolumeIndexForAttributes() function in android::AudioPolicyManager