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

Commit c4c425e3 authored by Robert Wu's avatar Robert Wu Committed by Android (Google) Code Review
Browse files

Merge "AAudio: Remove TODO about deadline bug"

parents 28de05e8 75fe8b71
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -807,7 +807,6 @@ aaudio_result_t AudioStreamInternal::processData(void *buffer, int32_t numFrames

            if (wakeTimeNanos > deadlineNanos) {
                // If we time out, just return the framesWritten so far.
                // TODO remove after we fix the deadline bug
                ALOGW("processData(): entered at %lld nanos, currently %lld",
                      (long long) entryTimeNanos, (long long) currentTimeNanos);
                ALOGW("processData(): TIMEOUT after %lld nanos",