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

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

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

Change-Id: If2a219d489171c1fb6119003f8ea458068ebda53
parents 18e128e9 fc16421a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "name": "com.android.media",
  "name": "com.android.media",
  "version": 300801900
  "version": 300802000
}
}
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "name": "com.android.media.swcodec",
  "name": "com.android.media.swcodec",
  "version": 300801900
  "version": 300802000
}
}
+0 −4
Original line number Original line Diff line number Diff line
@@ -6062,10 +6062,6 @@ bool AudioFlinger::DirectOutputThread::shouldStandby_l()
    bool trackPaused = false;
    bool trackPaused = false;
    bool trackStopped = false;
    bool trackStopped = false;


    if ((mType == DIRECT) && audio_is_linear_pcm(mFormat) && !usesHwAvSync()) {
        return !mStandby;
    }

    // do not put the HAL in standby when paused. AwesomePlayer clear the offloaded AudioTrack
    // do not put the HAL in standby when paused. AwesomePlayer clear the offloaded AudioTrack
    // after a timeout and we will enter standby then.
    // after a timeout and we will enter standby then.
    if (mTracks.size() > 0) {
    if (mTracks.size() > 0) {