Home
last modified time | relevance | path

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

/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_layer.cpp109 frontBuffers_.emplace(std::move(currentBuffer_)); in AcquireBackBuffer()
120 if (!frontBuffers_.empty()) { in GetFrontBuffer()
121 buffer = frontBuffers_.front().get(); in GetFrontBuffer()
156 frontBuffers_.emplace(std::move(buffer)); in Init()
167 DISPLAY_TEST_CHK_RETURN((frontBuffers_.empty()), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("the font buffer is empty")); in SwapFrontToBackQ()
168 backBuffers_.emplace(std::move(frontBuffers_.front())); in SwapFrontToBackQ()
169 frontBuffers_.pop(); in SwapFrontToBackQ()
176 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 1 milliseconds