Loading apex/manifest.json +1 −1 Original line number Diff line number Diff line { "name": "com.android.media", "version": 300800200 "version": 300800400 } apex/manifest_codec.json +1 −1 Original line number Diff line number Diff line { "name": "com.android.media.swcodec", "version": 300800200 "version": 300800400 } services/audioflinger/Threads.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -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 */) { Loading Loading
apex/manifest.json +1 −1 Original line number Diff line number Diff line { "name": "com.android.media", "version": 300800200 "version": 300800400 }
apex/manifest_codec.json +1 −1 Original line number Diff line number Diff line { "name": "com.android.media.swcodec", "version": 300800200 "version": 300800400 }
services/audioflinger/Threads.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -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 */) { Loading