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

Commit a592a748 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Make change and version bump to r_aml_300800400 for mainline module file: apex/manifest_codec.json

Change-Id: I02fb1fdba1f05dc811b9c734f8ed3070eb384775
parents 4323358d 4094fc6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.media",
  "version": 300800200
  "version": 300800400
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.media.swcodec",
  "version": 300800200
  "version": 300800400
}
+4 −2
Original line number Diff line number Diff line
@@ -7366,8 +7366,10 @@ reacquire_wakelock:

        // Update server timestamp with server stats
        // systemTime() is optional if the hardware supports timestamps.
        if (framesRead >= 0) {
            mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += framesRead;
            mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs;
        }

        // Update server timestamp with kernel stats
        if (mPipeSource.get() == nullptr /* don't obtain for FastCapture, could block */) {