Searched refs: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
1259 mPendingVolumeCommand = null;
1562 mPendingVolumeCommand = null;
1600 mPendingVolumeCommand = new StreamVolumeCommand(
5750 if (mPendingVolumeCommand != null) {
5751 onSetStreamVolume(mPendingVolumeCommand.mStreamType,
5752 mPendingVolumeCommand.mIndex,
5753 mPendingVolumeCommand.mFlags,
5754 mPendingVolumeCommand
[all...]

Completed in 55 milliseconds