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

/frameworks/base/media/java/android/media/
H A DAudioManager.java345 * @see #adjustStreamVolume(int, int, int)
353 * @see #adjustStreamVolume(int, int, int)
362 * @see #adjustStreamVolume(int, int, int)
370 * @see #adjustStreamVolume(int, int, int)
378 * @see #adjustStreamVolume(int, int, int)
387 * @see #adjustStreamVolume(int, int, int)
396 * @see #adjustStreamVolume(int, int, int)
414 * @see #adjustStreamVolume(int, int, int)
427 * @see #adjustStreamVolume(int, int, int)
780 * <li> {@link #adjustStreamVolume(in
807 public void adjustStreamVolume(int streamType, int direction, int flags) { method in class:AudioManager
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1197 adjustStreamVolume(streamType, direction, flags, callingPackage, caller, uid);
1200 /** @see AudioManager#adjustStreamVolume(int, int, int) */
1201 public void adjustStreamVolume(int streamType, int direction, int flags, method in class:AudioService
1203 adjustStreamVolume(streamType, direction, flags, callingPackage, callingPackage,
1207 private void adjustStreamVolume(int streamType, int direction, int flags, method in class:AudioService
1212 if (DEBUG_VOL) Log.d(TAG, "adjustStreamVolume() stream=" + streamType + ", dir=" + direction
1345 Log.e(TAG, "adjustStreamVolume() safe volume index = " + oldIndex);
6164 adjustStreamVolume(streamType, direction, flags, callingPackage,

Completed in 2061 milliseconds