Home | History | Annotate | Download | only in audio

Lines Matching refs:adjustStreamVolume

1551         adjustStreamVolume(streamType, direction, flags, callingPackage, caller, uid);
1554 /** @see AudioManager#adjustStreamVolume(int, int, int) */
1555 public void adjustStreamVolume(int streamType, int direction, int flags,
1558 Log.w(TAG, "Trying to call adjustStreamVolume() for a11y without"
1564 adjustStreamVolume(streamType, direction, flags, callingPackage, callingPackage,
1568 protected void adjustStreamVolume(int streamType, int direction, int flags,
1573 if (DEBUG_VOL) Log.d(TAG, "adjustStreamVolume() stream=" + streamType + ", dir=" + direction
1592 Log.w(TAG, "MODIFY_PHONE_STATE Permission Denial: adjustStreamVolume from pid="
1709 Log.e(TAG, "adjustStreamVolume() safe volume index = " + oldIndex);
7526 adjustStreamVolume(streamType, direction, flags, callingPackage,