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

Commit 54173b1c authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Update comments to match AudioTrack"

parents ab85a35c f7cc3631
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -539,7 +539,9 @@ status_t AudioRecord::openRecord_l(size_t epoch)

    mRefreshRemaining = true;

    // starting address of buffers in shared memory
    // Starting address of buffers in shared memory, immediately after the control block.  This
    // address is for the mapping within client address space.  AudioFlinger::TrackBase::mBuffer
    // is for the server address space.
    void *buffers = (char*)cblk + sizeof(audio_track_cblk_t);

    mFrameCount = frameCount;