Home
last modified time | relevance | path

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

/test/xts/hats/hdf/display/composer/common/
H A 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 buffer is empty")); 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()
H A Dhdi_test_layer.h94 std::queue<std::unique_ptr<HdiGrallocBuffer>> frontBuffers_; member in OHOS::HDI::Display::TEST::HdiTestLayer

Completed in 2 milliseconds