Home
last modified time | relevance | path

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

/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioManagerTest.java196 () -> mAudioManager.setVolumeIndexForAttributes( in testSetGetVolumePerAttributesWithInvalidAttributes()
232 mAudioManager.setVolumeIndexForAttributes(aaForUsage, indexMin, 0/*flags*/); in testSetGetVolumePerAttributes()
241 mAudioManager.setVolumeIndexForAttributes(aaForUsage, indexMax, 0/*flags*/); in testSetGetVolumePerAttributes()
287 mAudioManager.setVolumeIndexForAttributes(aa, index, 0/*flags*/); in testVolumeGroupCallback()
DAudioVolumeGroupChangeHandlerTest.java109 mAudioManager.setVolumeIndexForAttributes(aa, indexForAa, 0/*flags*/); in testCallbackReceived()
165 mAudioManager.setVolumeIndexForAttributes(aa, indexForAa, 0/*flags*/); in testMultipleCallbackReceived()
DAudioVolumesTestBase.java98 mAudioManager.setVolumeIndexForAttributes( in restoreAllVolumes()
/frameworks/base/media/java/android/media/
DIAudioService.aidl97 …void setVolumeIndexForAttributes(in AudioAttributes aa, int index, int flags, String callingPackag… in setVolumeIndexForAttributes() method
DAudioSystem.java1168 public static native int setVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in setVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1188 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags) { in setVolumeIndexForAttributes() method in AudioManager
1192 service.setVolumeIndexForAttributes(attr, index, flags, in setVolumeIndexForAttributes()
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h100 virtual status_t setVolumeIndexForAttributes(const audio_attributes_t &attr,
DAudioSystem.h270 static status_t setVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h171 virtual status_t setVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp726 status_t AudioPolicyService::setVolumeIndexForAttributes(const audio_attributes_t &attributes, in setVolumeIndexForAttributes() function in android::AudioPolicyService
737 return mAudioPolicyManager->setVolumeIndexForAttributes(attributes, index, device); in setVolumeIndexForAttributes()
DAudioPolicyService.h118 virtual status_t setVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h164 virtual status_t setVolumeIndexForAttributes(const audio_attributes_t &attr,
DAudioPolicyManager.cpp2451 return setVolumeIndexForAttributes(attributes, index, device); in setStreamVolumeIndex()
2468 status_t AudioPolicyManager::setVolumeIndexForAttributes(const audio_attributes_t &attributes, in setVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp982 status_t AudioSystem::setVolumeIndexForAttributes(const audio_attributes_t &attr, in setVolumeIndexForAttributes() function in android::AudioSystem
988 return aps->setVolumeIndexForAttributes(attr, index, device); in setVolumeIndexForAttributes()
DIAudioPolicyService.cpp427 virtual status_t setVolumeIndexForAttributes(const audio_attributes_t &attr, int index, in setVolumeIndexForAttributes() function in android::BpAudioPolicyService
1689 reply->writeInt32(static_cast <uint32_t>(setVolumeIndexForAttributes(attributes, in onTransact()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp601 AudioSystem::setVolumeIndexForAttributes(*(paa.get()), index, (audio_devices_t)device)); in android_media_AudioSystem_setVolumeIndexForAttributes()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2141 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, int flags, in setVolumeIndexForAttributes() method in AudioService
4646 AudioSystem.setVolumeIndexForAttributes(mAudioAttributes, index, device); in setVolumeIndexInt()
/frameworks/base/api/
Dsystem-current.txt3772 …(android.Manifest.permission.MODIFY_AUDIO_ROUTING) public void setVolumeIndexForAttributes(@NonNul…
/frameworks/base/non-updatable-api/
Dsystem-current.txt3772 …(android.Manifest.permission.MODIFY_AUDIO_ROUTING) public void setVolumeIndexForAttributes(@NonNul…