Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3899 sendVolumeUpdate(streamType, oldIndex, newIndex, flags, device); in adjustStreamVolume()
3959 sendVolumeUpdate(streamAlias, index, index, flags, device); in onUnmuteStreamOnSingleVolDevice()
4860 sendVolumeUpdate(streamType, oldIndex, index, flags, device); in setStreamVolume()
5025 protected void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags, int device) in sendVolumeUpdate() method in AudioService