Searched refs:mPreviousPresentFences (Results 1 – 2 of 2) sorted by relevance
1632 ? mPreviousPresentFences[0] in previousFrameMissed()1633 : mPreviousPresentFences[1]; in previousFrameMissed()2032 mPreviousPresentFences[1] = mPreviousPresentFences[0]; in postComposition()2033 mPreviousPresentFences[0] = displayDevice in postComposition()2036 auto presentFenceTime = std::make_shared<FenceTime>(mPreviousPresentFences[0]); in postComposition()2133 mTransactionCompletedThread.addPresentFence(mPreviousPresentFences[0]); in postComposition()
969 std::array<sp<Fence>, 2> mPreviousPresentFences = {Fence::NO_FENCE, Fence::NO_FENCE}; variable