Searched defs:getMaxVolumeIndexForAttributes (Results 1 – 8 of 8) sorted by relevance
101 int getMaxVolumeIndexForAttributes(in AudioAttributes aa); in getMaxVolumeIndexForAttributes() method
1192 public static native int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMaxVolumeIndexForAttributes() method in AudioSystem
1233 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioManager
762 status_t AudioPolicyService::getMaxVolumeIndexForAttributes(const audio_attributes_t &attributes, in getMaxVolumeIndexForAttributes() function in android::AudioPolicyService
1000 status_t AudioSystem::getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMaxVolumeIndexForAttributes() function in android::AudioSystem
475 virtual status_t getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, int &index) in getMaxVolumeIndexForAttributes() function in android::BpAudioPolicyService
2650 status_t AudioPolicyManager::getMaxVolumeIndexForAttributes(const audio_attributes_t &attr, in getMaxVolumeIndexForAttributes() function in android::AudioPolicyManager
2196 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioService