Home
last modified time | relevance | path

Searched defs:getVolumeIndexForAttributes (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
DIAudioService.aidl99 int getVolumeIndexForAttributes(in AudioAttributes aa); in getVolumeIndexForAttributes() method
DAudioSystem.java1177 public static native int getVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in getVolumeIndexForAttributes() method in AudioSystem
DAudioManager.java1212 public int getVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getVolumeIndexForAttributes() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp740 status_t AudioPolicyService::getVolumeIndexForAttributes(const audio_attributes_t &attributes, in getVolumeIndexForAttributes() function in android::AudioPolicyService
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp991 status_t AudioSystem::getVolumeIndexForAttributes(const audio_attributes_t &attr, in getVolumeIndexForAttributes() function in android::AudioSystem
DIAudioPolicyService.cpp441 virtual status_t getVolumeIndexForAttributes(const audio_attributes_t &attr, int &index, in getVolumeIndexForAttributes() function in android::BpAudioPolicyService
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2617 status_t AudioPolicyManager::getVolumeIndexForAttributes(const audio_attributes_t &attr, in getVolumeIndexForAttributes() function in android::AudioPolicyManager
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2184 public int getVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getVolumeIndexForAttributes() method in AudioService