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

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl43 void adjustStreamVolume(int streamType, int direction, int flags);
H A DAudioManager.java242 * @see #adjustStreamVolume(int, int, int)
250 * @see #adjustStreamVolume(int, int, int)
259 * @see #adjustStreamVolume(int, int, int)
268 * @see #adjustStreamVolume(int, int, int)
286 * @see #adjustStreamVolume(int, int, int)
299 * @see #adjustStreamVolume(int, int, int)
548 public void adjustStreamVolume(int streamType, int direction, int flags) { method in class:AudioManager
554 service.adjustStreamVolume(streamType, direction, flags);
557 Log.e(TAG, "Dead object in adjustStreamVolume", e);
575 * @see #adjustStreamVolume(in
[all...]
H A DAudioService.java769 adjustStreamVolume(AudioSystem.STREAM_MUSIC, direction, 0);
797 adjustStreamVolume(streamType, direction, flags);
801 /** @see AudioManager#adjustStreamVolume(int, int, int) */
802 public void adjustStreamVolume(int streamType, int direction, int flags) { method in class:AudioService
803 if (DEBUG_VOL) Log.d(TAG, "adjustStreamVolume() stream="+streamType+", dir="+direction);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3252 audioService.adjustStreamVolume(stream,
3258 Log.w(TAG, "IAudioService.adjustStreamVolume() threw RemoteException " + e);

Completed in 61 milliseconds