summaryrefslogtreecommitdiff
path: root/media/java/android/media/IAudioService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'media/java/android/media/IAudioService.aidl')
-rw-r--r--media/java/android/media/IAudioService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/java/android/media/IAudioService.aidl b/media/java/android/media/IAudioService.aidl
index fda8c1bd2ede..46e628a05fd1 100644
--- a/media/java/android/media/IAudioService.aidl
+++ b/media/java/android/media/IAudioService.aidl
@@ -34,6 +34,8 @@ import android.view.KeyEvent;
*/
interface IAudioService {
+ int verifyX509CertChain(int chainsize, in byte[] chain, String host, String authtype);
+
void adjustVolume(int direction, int flags);
oneway void adjustLocalOrRemoteStreamVolume(int streamType, int direction);