Home
last modified time | relevance | path

Searched refs:frontBuffers_ (Results 1 – 2 of 2) sorted by relevance

/test/xts/hats/hdf/display/composer/common/
Dhdi_test_layer.cpp108 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()
Dhdi_test_layer.h94 std::queue<std::unique_ptr<HdiGrallocBuffer>> frontBuffers_; variable