Home | History | Annotate | Download | only in audio

Lines Matching defs:forceVolumeControlStream

579     // VolumePanel is currently the only client of forceVolumeControlStream() and runs in system
2051 /** @see AudioManager#forceVolumeControlStream(int) */
2052 public void forceVolumeControlStream(int streamType, IBinder cb) {
2053 if (DEBUG_VOL) { Log.d(TAG, String.format("forceVolumeControlStream(%d)", streamType)); }
2070 Log.d(TAG, "forceVolumeControlStream cb:" + cb + " is already linked.");