Searched defs:mPendingVolumeCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java534 // case, the new requested volume, stream type and device are stored in mPendingVolumeCommand
536 private StreamVolumeCommand mPendingVolumeCommand; field in class:AudioService
1181 mPendingVolumeCommand = null;
1436 mPendingVolumeCommand = null;
1474 mPendingVolumeCommand = new StreamVolumeCommand(
5518 if (mPendingVolumeCommand != null) {
5519 onSetStreamVolume(mPendingVolumeCommand.mStreamType,
5520 mPendingVolumeCommand.mIndex,
5521 mPendingVolumeCommand.mFlags,
5522 mPendingVolumeCommand
[all...]

Completed in 28 milliseconds