Home
last modified time | relevance | path

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

/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioManagerTest.java190 () -> mAudioManager.getMinVolumeIndexForAttributes(nullAttributes)); in testSetGetVolumePerAttributesWithInvalidAttributes()
218 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
283 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
DAudioVolumeGroupChangeHandlerTest.java103 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testCallbackReceived()
157 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
/frameworks/base/media/java/android/media/
DIAudioService.aidl103 int getMinVolumeIndexForAttributes(in AudioAttributes aa); in getMinVolumeIndexForAttributes() method
DAudioSystem.java1185 public static native int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMinVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1254 public int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioManager
1258 return service.getMinVolumeIndexForAttributes(attr); in getMinVolumeIndexForAttributes()
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h108 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) = 0;
DAudioSystem.h279 static status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h181 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp751 status_t AudioPolicyService::getMinVolumeIndexForAttributes(const audio_attributes_t &attributes, in getMinVolumeIndexForAttributes() function in android::AudioPolicyService
759 return mAudioPolicyManager->getMinVolumeIndexForAttributes(attributes, index); in getMinVolumeIndexForAttributes()
DAudioPolicyService.h124 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h172 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index);
DAudioPolicyManager.cpp2643 status_t AudioPolicyManager::getMinVolumeIndexForAttributes(const audio_attributes_t &attr, in getMinVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1007 status_t AudioSystem::getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMinVolumeIndexForAttributes() function in android::AudioSystem
1011 return aps->getMinVolumeIndexForAttributes(attr, index); in getMinVolumeIndexForAttributes()
DIAudioPolicyService.cpp459 virtual status_t getMinVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMinVolumeIndexForAttributes() function in android::BpAudioPolicyService
1721 status = getMinVolumeIndexForAttributes(attributes, index); in onTransact()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java656 int minVolume = AudioSystem.getMinVolumeIndexForAttributes(attr); in AudioService()
2203 public int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioService
2206 return AudioSystem.getMinVolumeIndexForAttributes(attr); in getMinVolumeIndexForAttributes()
4597 mIndexMin = AudioSystem.getMinVolumeIndexForAttributes(mAudioAttributes); in VolumeGroupState()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp636 if (AudioSystem::getMinVolumeIndexForAttributes(*(paa.get()), index) in android_media_AudioSystem_getMinVolumeIndexForAttributes()
/frameworks/base/api/
Dsystem-current.txt3761 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMinVolumeIndexForAttributes(@NonNu…
/frameworks/base/non-updatable-api/
Dsystem-current.txt3761 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMinVolumeIndexForAttributes(@NonNu…