Home
last modified time | relevance | path

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

/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioManagerTest.java190 () -> mAudioManager.getMinVolumeIndexForAttributes(nullAttributes)); in testSetGetVolumePerAttributesWithInvalidAttributes()
219 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
284 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
DAudioVolumeGroupChangeHandlerTest.java103 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testCallbackReceived()
157 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl132 int getMinVolumeIndexForAttributes(in AudioAttributesInternal attr); in getMinVolumeIndexForAttributes() method
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h194 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/base/media/java/android/media/
DIAudioService.aidl116 int getMinVolumeIndexForAttributes(in AudioAttributes aa); in getMinVolumeIndexForAttributes() method
DAudioSystem.java1568 public static native int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMinVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1334 public int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioManager
1338 return service.getMinVolumeIndexForAttributes(attr); in getMinVolumeIndexForAttributes()
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h318 static status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h175 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
DAudioPolicyManager.cpp2878 status_t AudioPolicyManager::getMinVolumeIndexForAttributes(const audio_attributes_t &attr, in getMinVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1016 Status AudioPolicyService::getMinVolumeIndexForAttributes( in getMinVolumeIndexForAttributes() function in android::AudioPolicyService
1030 mAudioPolicyManager->getMinVolumeIndexForAttributes(attributes, index))); in getMinVolumeIndexForAttributes()
DAudioPolicyService.h116 binder::Status getMinVolumeIndexForAttributes(const media::AudioAttributesInternal& attr,
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1234 status_t AudioSystem::getMinVolumeIndexForAttributes(const audio_attributes_t& attr, int& index) { in getMinVolumeIndexForAttributes() function in android::AudioSystem
1242 aps->getMinVolumeIndexForAttributes(attrAidl, &indexAidl))); in getMinVolumeIndexForAttributes()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java894 int minVolume = AudioSystem.getMinVolumeIndexForAttributes(attr); in AudioService()
1472 || AudioSystem.getMinVolumeIndexForAttributes(aa) < 0) { in checkVolumeRangeInitialization()
3254 public int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioService
3257 return AudioSystem.getMinVolumeIndexForAttributes(attr); in getMinVolumeIndexForAttributes()
6458 mIndexMin = AudioSystem.getMinVolumeIndexForAttributes(mAudioAttributes); in VolumeGroupState()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp720 if (AudioSystem::getMinVolumeIndexForAttributes(*(paa.get()), index) in android_media_AudioSystem_getMinVolumeIndexForAttributes()
/frameworks/base/core/api/
Dsystem-current.txt5191 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMinVolumeIndexForAttributes(@NonNu…