Searched refs:frontBuffers_ (Results 1 – 2 of 2) sorted by relevance
108 frontBuffers_.emplace(std::move(currentBuffer_)); in AcquireBackBuffer()119 if (!frontBuffers_.empty()) { in GetFrontBuffer()120 buffer = frontBuffers_.front().get(); in GetFrontBuffer()155 frontBuffers_.emplace(std::move(buffer)); in Init()166 …DISPLAY_TEST_CHK_RETURN((frontBuffers_.empty()), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("the font buff… in SwapFrontToBackQ()167 backBuffers_.emplace(std::move(frontBuffers_.front())); in SwapFrontToBackQ()168 frontBuffers_.pop(); in SwapFrontToBackQ()175 frontBuffers_.emplace(std::move(backBuffers_.front())); in SwapBackToFrontQ()
94 std::queue<std::unique_ptr<HdiGrallocBuffer>> frontBuffers_; variable