Searched defs:onSetStreamVolume (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1501 private void onSetStreamVolume(int streamType, int index, int flags, int device, method in class:AudioService
1509 TAG + ".onSetStreamVolume", false /*external*/);
1603 onSetStreamVolume(streamType, index, flags, device, caller);
5759 onSetStreamVolume(mPendingVolumeCommand.mStreamType,
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java791 public abstract void onSetStreamVolume(@FloatRange(from = 0.0, to = 1.0) float volume); method in class:TvInputService.Session
1175 * Calls {@link #onSetStreamVolume}.
1178 onSetStreamVolume(volume);

Completed in 85 milliseconds