Home
last modified time | relevance | path

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

/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioManagerTest.java220 () -> mAudioManager.getMinVolumeIndexForAttributes(nullAttributes)); in testSetGetVolumePerAttributesWithInvalidAttributes()
250 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
317 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
DAudioVolumeGroupChangeHandlerTest.java133 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testCallbackReceived()
188 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java101 public int getMinVolumeIndexForAttributes(AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioManager
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl143 int getMinVolumeIndexForAttributes(in AudioAttributes attr); in getMinVolumeIndexForAttributes() method
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h218 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h400 static status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h184 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
DAudioPolicyManager.cpp3648 status_t AudioPolicyManager::getMinVolumeIndexForAttributes(const audio_attributes_t &attr, in getMinVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/base/media/java/android/media/
DAudioSystem.java1802 public static native int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMinVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1498 public int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h150 binder::Status getMinVolumeIndexForAttributes(const media::audio::common::AudioAttributes& attr,
DAudioPolicyInterfaceImpl.cpp1167 Status AudioPolicyService::getMinVolumeIndexForAttributes( in getMinVolumeIndexForAttributes() function in android::AudioPolicyService
1181 mAudioPolicyManager->getMinVolumeIndexForAttributes(attributes, index))); in getMinVolumeIndexForAttributes()
DAudioPolicyService.cpp89 BINDER_METHOD_ENTRY(getMinVolumeIndexForAttributes) \
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1407 status_t AudioSystem::getMinVolumeIndexForAttributes(const audio_attributes_t& attr, int& index) { in getMinVolumeIndexForAttributes() function in android::AudioSystem
1415 aps->getMinVolumeIndexForAttributes(attrAidl, &indexAidl))); in getMinVolumeIndexForAttributes()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1216 int minVolume = AudioSystem.getMinVolumeIndexForAttributes(attr); in AudioService()
2086 || AudioSystem.getMinVolumeIndexForAttributes(aa) < 0) { in checkVolumeRangeInitialization()
8161 mIndexMin = AudioSystem.getMinVolumeIndexForAttributes(mAudioAttributes); in VolumeGroupState()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp814 if (AudioSystem::getMinVolumeIndexForAttributes(*(paa.get()), index) in android_media_AudioSystem_getMinVolumeIndexForAttributes()
/frameworks/base/core/api/
Dsystem-current.txt7033 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMinVolumeIndexForAttributes(@NonNu…