Searched refs:mSwapHistory (Results 1 – 2 of 2) sorted by relevance
317 std::array<Serial, impl::kSwapHistorySize> mSwapHistory; variable
1361 Serial *swapSerial = &mSwapHistory[mCurrentSwapHistoryIndex]; in present()1498 mCurrentSwapHistoryIndex == mSwapHistory.size() ? 0 : mCurrentSwapHistoryIndex; in present()