commit | d2bb1bd1fb916dc487ff930cd8c1ec618b49573e | [log] [tgz] |
---|---|---|
author | Wei Jia <wjia@google.com> | Thu Feb 08 09:47:37 2018 -0800 |
committer | Wei Jia <wjia@google.com> | Fri Feb 09 13:55:53 2018 -0800 |
tree | 0fea0d78d88f2f04de24b324ce2a21c0124b9975 | |
parent | 72bf2a09b4f7f4d5af75f1bd85c8364e624113fe [diff] [blame] |
MediaPlayer2: hook up srcId. Test: MediaPlayer2 plays. Bug: 63934228 Change-Id: I0dd8b345d89034600e1c0fb3f58e4d92990c0054
diff --git a/media/libmediaplayer2/include/mediaplayer2/MediaPlayer2EngineClient.h b/media/libmediaplayer2/include/mediaplayer2/MediaPlayer2EngineClient.h index 22df095..0b066aa 100644 --- a/media/libmediaplayer2/include/mediaplayer2/MediaPlayer2EngineClient.h +++ b/media/libmediaplayer2/include/mediaplayer2/MediaPlayer2EngineClient.h
@@ -25,7 +25,7 @@ class MediaPlayer2EngineClient: public RefBase { public: - virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0; + virtual void notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) = 0; }; }; // namespace android