Searched refs:adjustStreamVolume (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl43 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage);
H A DAudioManager.java375 * @see #adjustStreamVolume(int, int, int)
383 * @see #adjustStreamVolume(int, int, int)
392 * @see #adjustStreamVolume(int, int, int)
401 * @see #adjustStreamVolume(int, int, int)
419 * @see #adjustStreamVolume(int, int, int)
432 * @see #adjustStreamVolume(int, int, int)
735 * <li> {@link #adjustStreamVolume(int, int, int)}
762 public void adjustStreamVolume(int streamType, int direction, int flags) { method in class:AudioManager
768 service.adjustStreamVolume(streamType, direction, flags,
772 Log.e(TAG, "Dead object in adjustStreamVolume",
[all...]
H A DAudioService.java969 adjustStreamVolume(streamType, direction, flags, callingPackage, uid);
972 /** @see AudioManager#adjustStreamVolume(int, int, int) */
973 public void adjustStreamVolume(int streamType, int direction, int flags, method in class:AudioService
975 adjustStreamVolume(streamType, direction, flags, callingPackage, Binder.getCallingUid());
978 private void adjustStreamVolume(int streamType, int direction, int flags, method in class:AudioService
983 if (DEBUG_VOL) Log.d(TAG, "adjustStreamVolume() stream="+streamType+", dir="+direction
1076 Log.e(TAG, "adjustStreamVolume() safe volume index = "+oldIndex);
5591 adjustStreamVolume(streamType, direction, flags, callingPackage, uid);

Completed in 65 milliseconds