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

Commit 4a494a4a 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:...

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

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

Change-Id: I2c19321b1a881dd76cb3cef649d26f6c2dd6ad87
parents 9c89d746 99dfbd88
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;