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

Commit 37613782 authored by Alec Mouri's avatar Alec Mouri Committed by Automerger Merge Worker
Browse files

Merge "Add back in mBufferId to GraphicBuffer ABI." into rvc-dev-plus-aosp am:...

Merge "Add back in mBufferId to GraphicBuffer ABI." into rvc-dev-plus-aosp am: 764870d3 am: d3f29a65

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12328560

Change-Id: I6db32035b84a73b1ab3b795553d7b8a0981e8abe
parents 2c884961 d3f29a65
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -260,6 +260,9 @@ private:

    uint64_t mId;

    // Unused, but removing this may break GSI.
    int32_t mBufferId = -1;

    // Stores the generation number of this buffer. If this number does not
    // match the BufferQueue's internal generation number (set through
    // IGBP::setGenerationNumber), attempts to attach the buffer will fail.