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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1150 public void forceVolumeControlStream(int streamType) { method in class:AudioManager
1153 service.forceVolumeControlStream(streamType, mICallBack);
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java504 // VolumePanel is currently the only client of forceVolumeControlStream() and runs in system
1620 /** @see AudioManager#forceVolumeControlStream(int) */
1621 public void forceVolumeControlStream(int streamType, IBinder cb) { method in class:AudioService

Completed in 3480 milliseconds