Home
last modified time | relevance | path

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

/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioManagerTest.java223 () -> mAudioManager.getVolumeIndexForAttributes(nullAttributes)); in testSetGetVolumePerAttributesWithInvalidAttributes()
257 index = mAudioManager.getVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
270 index = mAudioManager.getVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
274 index = mAudioManager.getVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
315 index = mAudioManager.getVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
325 int readIndex = mAudioManager.getVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
DAudioVolumeGroupChangeHandlerTest.java131 int index = mAudioManager.getVolumeIndexForAttributes(aa); in testCallbackReceived()
143 final int readIndex = mAudioManager.getVolumeIndexForAttributes(aa); in testCallbackReceived()
186 int index = mAudioManager.getVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
202 int readIndex = mAudioManager.getVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
DAudioVolumesTestRule.java73 avg.getId(), mAudioManager.getVolumeIndexForAttributes(avgAttributes)); in storeAllVolumes()
/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java93 public int getVolumeIndexForAttributes(AudioAttributes attr) { in getVolumeIndexForAttributes() method in AudioManager
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl138 int getVolumeIndexForAttributes(in AudioAttributes attr, in getVolumeIndexForAttributes() method
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h211 virtual status_t getVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h394 static status_t getVolumeIndexForAttributes(const audio_attributes_t &attr,
/frameworks/av/media/libaudioclient/tests/
Daudiosystem_tests.cpp454 AudioSystem::getVolumeIndexForAttributes(attr, index, AUDIO_DEVICE_OUT_SPEAKER)); in TEST_F()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h179 virtual status_t getVolumeIndexForAttributes(const audio_attributes_t &attr,
DAudioPolicyManager.cpp3622 status_t AudioPolicyManager::getVolumeIndexForAttributes(const audio_attributes_t &attr, in getVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/base/media/java/android/media/
DAudioSystem.java1794 public static native int getVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in getVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1462 public int getVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h145 binder::Status getVolumeIndexForAttributes(const media::audio::common::AudioAttributes& attr,
DAudioPolicyInterfaceImpl.cpp1145 Status AudioPolicyService::getVolumeIndexForAttributes( in getVolumeIndexForAttributes() function in android::AudioPolicyService
1162 mAudioPolicyManager->getVolumeIndexForAttributes(attributes, index, device))); in getVolumeIndexForAttributes()
DAudioPolicyService.cpp87 BINDER_METHOD_ENTRY(getVolumeIndexForAttributes) \
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1377 status_t AudioSystem::getVolumeIndexForAttributes(const audio_attributes_t& attr, in getVolumeIndexForAttributes() function in android::AudioSystem
1389 aps->getVolumeIndexForAttributes(attrAidl, deviceAidl, &indexAidl))); in getVolumeIndexForAttributes()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp794 if (AudioSystem::getVolumeIndexForAttributes(*(paa.get()), index, in android_media_AudioSystem_getVolumeIndexForAttributes()
/frameworks/base/core/api/
Dsystem-current.txt7044 …n(android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getVolumeIndexForAttributes(@NonNul…