Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99dfbd88 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add case for MEDIA_STARTED" am: 080e9770 am: fa540798 am: a927693f am: a293a309

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1879607

Change-Id: I609c672c26f0f30b3b7bafb2c82a0ea4bcd00b40
parents 66272705 a293a309
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -949,6 +949,9 @@ void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj)
        mVideoWidth = ext1;
        mVideoHeight = ext2;
        break;
    case MEDIA_STARTED:
        ALOGV("Received media started message");
        break;
    case MEDIA_NOTIFY_TIME:
        ALOGV("Received notify time message");
        break;