diff options
author | Ivan Lozano <ivanlozano@google.com> | 2017-08-08 12:51:06 -0700 |
---|---|---|
committer | Ivan Lozano <ivanlozano@google.com> | 2017-09-01 08:24:14 -0700 |
commit | 330d876a6273ca8e957933d7e63aaed577883e34 (patch) | |
tree | 3cdcb97d87781e1d8078f7fa54023cbfb44c5929 /media/jni/android_media_MediaPlayer.cpp | |
parent | fc038de2b935468ae2dd579f8528b47076c6793b (diff) |
Moving IPlayer.aidl to frameworks/av/.
As part of migrating native binder services to AIDL, this moves IPlayer.aidl to
the frameworks/av/ project and links in the new AIDL generated binder library to
the JNI libraries.
Test: run cts --module CtsMediaTestCases
Bug: 64223827
Change-Id: I7e346a471b98c78ceb35dceed9e6c0df1000cfb1
Diffstat (limited to 'media/jni/android_media_MediaPlayer.cpp')
-rw-r--r-- | media/jni/android_media_MediaPlayer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/jni/android_media_MediaPlayer.cpp b/media/jni/android_media_MediaPlayer.cpp index c8ec7c4a3ba5..59e0816e99f2 100644 --- a/media/jni/android_media_MediaPlayer.cpp +++ b/media/jni/android_media_MediaPlayer.cpp @@ -78,6 +78,8 @@ static StateExceptionFields gStateExceptionFields; using namespace android; +using media::VolumeShaper; + // ---------------------------------------------------------------------------- struct fields_t { |