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()
211 indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
282 indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
DAudioVolumeGroupChangeHandlerTest.java102 int indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aa); in testCallbackReceived()
156 int indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
/frameworks/base/media/java/android/media/
DIAudioService.aidl101 int getMaxVolumeIndexForAttributes(in AudioAttributes aa); in getMaxVolumeIndexForAttributes() method
DAudioSystem.java1192 public static native int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMaxVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1233 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioManager
1237 return service.getMaxVolumeIndexForAttributes(attr); in getMaxVolumeIndexForAttributes()
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h106 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) = 0;
DAudioSystem.h277 static status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h178 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp762 status_t AudioPolicyService::getMaxVolumeIndexForAttributes(const audio_attributes_t &attributes, in getMaxVolumeIndexForAttributes() function in android::AudioPolicyService
770 return mAudioPolicyManager->getMaxVolumeIndexForAttributes(attributes, index); in getMaxVolumeIndexForAttributes()
DAudioPolicyService.h126 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h170 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
DAudioPolicyManager.cpp2650 status_t AudioPolicyManager::getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, in getMaxVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1000 status_t AudioSystem::getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMaxVolumeIndexForAttributes() function in android::AudioSystem
1004 return aps->getMaxVolumeIndexForAttributes(attr, index); in getMaxVolumeIndexForAttributes()
DIAudioPolicyService.cpp475 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMaxVolumeIndexForAttributes() function in android::BpAudioPolicyService
1738 status = getMaxVolumeIndexForAttributes(attributes, index); in onTransact()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java652 int maxVolume = AudioSystem.getMaxVolumeIndexForAttributes(attr); in AudioService()
2196 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioService
2199 return AudioSystem.getMaxVolumeIndexForAttributes(attr); in getMaxVolumeIndexForAttributes()
4598 mIndexMax = AudioSystem.getMaxVolumeIndexForAttributes(mAudioAttributes); in VolumeGroupState()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp655 if (AudioSystem::getMaxVolumeIndexForAttributes(*(paa.get()), index) in android_media_AudioSystem_getMaxVolumeIndexForAttributes()
/frameworks/base/api/
Dsystem-current.txt3760 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMaxVolumeIndexForAttributes(@NonNu…
/frameworks/base/non-updatable-api/
Dsystem-current.txt3760 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMaxVolumeIndexForAttributes(@NonNu…