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

Commit d3f29a65 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: 764870d3

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

Change-Id: I285383ddeb95304f17649c17dfcb2b3ac6090275
parents 75e35c76 764870d3
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.