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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java540 // case, the new requested volume, stream type and device are stored in mPendingVolumeCommand
542 private StreamVolumeCommand mPendingVolumeCommand; field in class:AudioService
1256 mPendingVolumeCommand = null;
1559 mPendingVolumeCommand = null;
1597 mPendingVolumeCommand = new StreamVolumeCommand(
5743 if (mPendingVolumeCommand != null) {
5744 onSetStreamVolume(mPendingVolumeCommand.mStreamType,
5745 mPendingVolumeCommand.mIndex,
5746 mPendingVolumeCommand.mFlags,
5747 mPendingVolumeCommand
[all...]

Completed in 89 milliseconds