Home
last modified time | relevance | path

Searched refs:setVolumeIndexForAttributes (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioManagerTest.java226 () -> mAudioManager.setVolumeIndexForAttributes( in testSetGetVolumePerAttributesWithInvalidAttributes()
264 mAudioManager.setVolumeIndexForAttributes(aaForUsage, indexMin, 0/*flags*/); in testSetGetVolumePerAttributes()
273 mAudioManager.setVolumeIndexForAttributes(aaForUsage, indexMax, 0/*flags*/); in testSetGetVolumePerAttributes()
321 mAudioManager.setVolumeIndexForAttributes(aa, index, 0/*flags*/); in testVolumeGroupCallback()
DAudioVolumeGroupChangeHandlerTest.java139 mAudioManager.setVolumeIndexForAttributes(aa, indexForAa, 0/*flags*/); in testCallbackReceived()
196 mAudioManager.setVolumeIndexForAttributes(aa, indexForAa, 0/*flags*/); in testMultipleCallbackReceived()
DAudioVolumesTestRule.java94 mAudioManager.setVolumeIndexForAttributes( in restoreAllVolumes()
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DNoOpAudioSystemAdapter.java140 public int setVolumeIndexForAttributes(AudioAttributes attributes, int index, int device) { in setVolumeIndexForAttributes() method in NoOpAudioSystemAdapter
DVolumeHelperTest.java343 verify(mSpyAudioSystem).setVolumeIndexForAttributes( in setVolumeGroupVolumeIndex_callsASSetVolumeIndexForAttributes()
356 verify(mSpyAudioSystem).setVolumeIndexForAttributes( in adjustVolumeGroupVolume_callsASSetVolumeIndexForAttributes()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java555 public int setVolumeIndexForAttributes(AudioAttributes attributes, int index, int device) { in setVolumeIndexForAttributes() method in AudioSystemAdapter
556 return AudioSystem.setVolumeIndexForAttributes(attributes, index, device); in setVolumeIndexForAttributes()
DAudioService.java8336 mAudioSystem.setVolumeIndexForAttributes(mAudioAttributes, index, device); in setVolumeIndexInt()
/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java91 public void setVolumeIndexForAttributes(AudioAttributes attr, int index, int flags) { } in setVolumeIndexForAttributes() method in AudioManager
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl134 void setVolumeIndexForAttributes(in AudioAttributes attr, in setVolumeIndexForAttributes() method
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h208 virtual status_t setVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h391 static status_t setVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h176 virtual status_t setVolumeIndexForAttributes(const audio_attributes_t &attr,
DAudioPolicyManager.cpp3431 return setVolumeIndexForAttributes(attributes, index, device); in setStreamVolumeIndex()
3448 status_t AudioPolicyManager::setVolumeIndexForAttributes(const audio_attributes_t &attributes, in setVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/base/media/java/android/media/
DAudioSystem.java1785 public static native int setVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in setVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1441 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, in setVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h142 binder::Status setVolumeIndexForAttributes(const media::audio::common::AudioAttributes& attr,
DAudioPolicyInterfaceImpl.cpp1122 Status AudioPolicyService::setVolumeIndexForAttributes( in setVolumeIndexForAttributes() function in android::AudioPolicyService
1142 mAudioPolicyManager->setVolumeIndexForAttributes(attributes, index, device)); in setVolumeIndexForAttributes()
DAudioPolicyService.cpp86 BINDER_METHOD_ENTRY(setVolumeIndexForAttributes) \
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1362 status_t AudioSystem::setVolumeIndexForAttributes(const audio_attributes_t& attr, in setVolumeIndexForAttributes() function in android::AudioSystem
1374 aps->setVolumeIndexForAttributes(attrAidl, deviceAidl, indexAidl)); in setVolumeIndexForAttributes()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp777 AudioSystem::setVolumeIndexForAttributes(*(paa.get()), index, in android_media_AudioSystem_setVolumeIndexForAttributes()
/frameworks/base/core/api/
Dsystem-current.txt7079 …(android.Manifest.permission.MODIFY_AUDIO_ROUTING) public void setVolumeIndexForAttributes(@NonNul…