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

Commit da03256a authored by Valerie Hau's avatar Valerie Hau
Browse files

Change mFrameNumber to uint64_t

Bug: 146345307
Test: build, boot
Change-Id: Icc095e6812b0f928a897407af525870c65616073
parent 2f54d64e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ private:

    std::atomic<bool> mSidebandStreamChanged{false};

    mutable uint32_t mFrameNumber{0};
    mutable uint64_t mFrameNumber{0};
    uint64_t mFrameCounter{0};

    sp<Fence> mPreviousReleaseFence;