summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorDongwon Kang <dwkang@google.com>2015-06-17 23:51:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-17 23:51:23 +0000
commitc7c12e5639c170cb7ba3d3b492f9455b8b6bb9b4 (patch)
treefb283839324fda41c12e265a922037d926b4a803 /media
parent9ce9ffec9e307e29c3d575854d4e357ecf06d2d8 (diff)
parenta38e1f4ed997bea3cbfbf8094a52c23570d59d2a (diff)
downloadframeworks_base-c7c12e5639c170cb7ba3d3b492f9455b8b6bb9b4.zip
frameworks_base-c7c12e5639c170cb7ba3d3b492f9455b8b6bb9b4.tar.gz
frameworks_base-c7c12e5639c170cb7ba3d3b492f9455b8b6bb9b4.tar.bz2
Merge "Make MediaSessionService not blocked by AudioService." into mnc-dev
Diffstat (limited to 'media')
-rw-r--r--media/java/android/media/IAudioService.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/java/android/media/IAudioService.aidl b/media/java/android/media/IAudioService.aidl
index 8e96218..c75c7e5 100644
--- a/media/java/android/media/IAudioService.aidl
+++ b/media/java/android/media/IAudioService.aidl
@@ -40,7 +40,7 @@ import android.view.KeyEvent;
*/
interface IAudioService {
- void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags,
+ oneway void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags,
String callingPackage, String caller);
void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage);