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

/frameworks/base/media/java/android/media/
H A DAudioService.java503 private StreamVolumeCommand mPendingVolumeCommand;
1143 // StreamVolumeCommand contains the information needed to defer the process of
1145 class StreamVolumeCommand { class in class:AudioService
1151 StreamVolumeCommand(int streamType, int index, int flags, int device) { method in class:AudioService.StreamVolumeCommand
1266 mPendingVolumeCommand = new StreamVolumeCommand(

Completed in 50 milliseconds