Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java542 private StreamVolumeCommand mPendingVolumeCommand;
1435 class StreamVolumeCommand { class in AudioService
1441 StreamVolumeCommand(int streamType, int index, int flags, int device) { in StreamVolumeCommand() method in AudioService.StreamVolumeCommand
1597 mPendingVolumeCommand = new StreamVolumeCommand( in setStreamVolume()