Home
last modified time | relevance | path

Searched refs:getMinVolumeIndexForAttributes (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioManagerTest.java190 () -> mAudioManager.getMinVolumeIndexForAttributes(nullAttributes)); in testSetGetVolumePerAttributesWithInvalidAttributes()
219 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
284 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
H A DAudioVolumeGroupChangeHandlerTest.java103 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testCallbackReceived()
157 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl134 int getMinVolumeIndexForAttributes(in AudioAttributesInternal attr); in getMinVolumeIndexForAttributes() method
/aosp12/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h194 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr,
/aosp12/frameworks/base/media/java/android/media/
H A DIAudioService.aidl121 int getMinVolumeIndexForAttributes(in AudioAttributes aa); in getMinVolumeIndexForAttributes() method
H A DAudioSystem.java1569 public static native int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMinVolumeIndexForAttributes() method in AudioSystem
H A DAudioManager.java1334 public int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioManager
1338 return service.getMinVolumeIndexForAttributes(attr); in getMinVolumeIndexForAttributes()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h323 static status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h175 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
H A DAudioPolicyManager.cpp2913 status_t AudioPolicyManager::getMinVolumeIndexForAttributes(const audio_attributes_t &attr, in getMinVolumeIndexForAttributes() function in android::AudioPolicyManager
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1024 Status AudioPolicyService::getMinVolumeIndexForAttributes( in getMinVolumeIndexForAttributes() function in android::AudioPolicyService
1038 mAudioPolicyManager->getMinVolumeIndexForAttributes(attributes, index))); in getMinVolumeIndexForAttributes()
H A DAudioPolicyService.h119 binder::Status getMinVolumeIndexForAttributes(const media::AudioAttributesInternal& attr,
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1240 status_t AudioSystem::getMinVolumeIndexForAttributes(const audio_attributes_t& attr, int& index) { in getMinVolumeIndexForAttributes() function in android::AudioSystem
1248 aps->getMinVolumeIndexForAttributes(attrAidl, &indexAidl))); in getMinVolumeIndexForAttributes()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java906 int minVolume = AudioSystem.getMinVolumeIndexForAttributes(attr); in AudioService()
1512 || AudioSystem.getMinVolumeIndexForAttributes(aa) < 0) { in checkVolumeRangeInitialization()
3294 public int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioService
3297 return AudioSystem.getMinVolumeIndexForAttributes(attr); in getMinVolumeIndexForAttributes()
6507 mIndexMin = AudioSystem.getMinVolumeIndexForAttributes(mAudioAttributes); in VolumeGroupState()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp723 if (AudioSystem::getMinVolumeIndexForAttributes(*(paa.get()), index) in android_media_AudioSystem_getMinVolumeIndexForAttributes()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt5199 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMinVolumeIndexForAttributes(@NonNu…