Searched refs:mPreviousPresentFences (Results 1 – 2 of 2) sorted by relevance
1625 ? mPreviousPresentFences[0] in previousFrameMissed()1626 : mPreviousPresentFences[1]; in previousFrameMissed()2066 mPreviousPresentFences[1] = mPreviousPresentFences[0]; in postComposition()2067 mPreviousPresentFences[0] = displayDevice in postComposition()2070 auto presentFenceTime = std::make_shared<FenceTime>(mPreviousPresentFences[0]); in postComposition()2096 mTransactionCompletedThread.addPresentFence(mPreviousPresentFences[0]); in postComposition()
988 std::array<sp<Fence>, 2> mPreviousPresentFences = {Fence::NO_FENCE, Fence::NO_FENCE}; variable