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

Commit 17ea2e42 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 am: 37613782

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

Change-Id: I6707f3c0264f4970eb3e23e9c9a584418c75368e
parents 7cbf4ada 37613782
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.