Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DSoundDoseHelper.java1329 mAudioService.setStreamVolumeWithAttributionInt(STREAM_MUSIC, index / 10, /*flags*/ 0, ada, in onLowerVolumeToRs1()
DAudioService.java4207 setStreamVolumeWithAttributionInt(vi.getStreamType(), in setDeviceVolume()
4237 setStreamVolumeWithAttributionInt(vi.getStreamType(), index, /*flags*/ 0, in setDeviceVolume()
4321 setStreamVolumeWithAttributionInt(streamType, index, flags, /*device*/ null, in setStreamVolumeWithAttribution()
4343 protected void setStreamVolumeWithAttributionInt(int streamType, int index, int flags, in setStreamVolumeWithAttributionInt() method in AudioService