Searched refs:mPreviousPresentFences (Results 1 – 2 of 2) sorted by relevance
1639 ? mPreviousPresentFences[0] in previousFrameMissed()1640 : mPreviousPresentFences[1]; in previousFrameMissed()2039 mPreviousPresentFences[1] = mPreviousPresentFences[0]; in postComposition()2040 mPreviousPresentFences[0] = displayDevice in postComposition()2043 auto presentFenceTime = std::make_shared<FenceTime>(mPreviousPresentFences[0]); in postComposition()2140 mTransactionCompletedThread.addPresentFence(mPreviousPresentFences[0]); in postComposition()
969 std::array<sp<Fence>, 2> mPreviousPresentFences = {Fence::NO_FENCE, Fence::NO_FENCE}; variable