Home
last modified time | relevance | path

Searched refs:getMaxVolumeIndexForAttributes (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioManagerTest.java187 () -> mAudioManager.getMaxVolumeIndexForAttributes(nullAttributes)); in testSetGetVolumePerAttributesWithInvalidAttributes()
212 indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
283 indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
DAudioVolumeGroupChangeHandlerTest.java102 int indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aa); in testCallbackReceived()
156 int indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h111 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) = 0;
DAudioSystem.h287 static status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
/frameworks/base/media/java/android/media/
DIAudioService.aidl107 int getMaxVolumeIndexForAttributes(in AudioAttributes aa); in getMaxVolumeIndexForAttributes() method
DAudioSystem.java1455 public static native int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMaxVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1241 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioManager
1245 return service.getMaxVolumeIndexForAttributes(attr); in getMaxVolumeIndexForAttributes()
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h187 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp828 status_t AudioPolicyService::getMaxVolumeIndexForAttributes(const audio_attributes_t &attributes, in getMaxVolumeIndexForAttributes() function in android::AudioPolicyService
836 return mAudioPolicyManager->getMaxVolumeIndexForAttributes(attributes, index); in getMaxVolumeIndexForAttributes()
DAudioPolicyService.h128 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h171 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
DAudioPolicyManager.cpp2701 status_t AudioPolicyManager::getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, in getMaxVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1016 status_t AudioSystem::getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMaxVolumeIndexForAttributes() function in android::AudioSystem
1020 return aps->getMaxVolumeIndexForAttributes(attr, index); in getMaxVolumeIndexForAttributes()
DIAudioPolicyService.cpp487 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMaxVolumeIndexForAttributes() function in android::BpAudioPolicyService
1897 status = getMaxVolumeIndexForAttributes(attributes, index); in onTransact()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java709 int maxVolume = AudioSystem.getMaxVolumeIndexForAttributes(attr); in AudioService()
2515 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioService
2518 return AudioSystem.getMaxVolumeIndexForAttributes(attr); in getMaxVolumeIndexForAttributes()
5305 mIndexMax = AudioSystem.getMaxVolumeIndexForAttributes(mAudioAttributes); in VolumeGroupState()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp693 if (AudioSystem::getMaxVolumeIndexForAttributes(*(paa.get()), index) in android_media_AudioSystem_getMaxVolumeIndexForAttributes()
/frameworks/base/non-updatable-api/
Dsystem-current.txt4143 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMaxVolumeIndexForAttributes(@NonNu…
/frameworks/base/api/
Dsystem-current.txt4195 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMaxVolumeIndexForAttributes(@NonNu…