Home
last modified time | relevance | path

Searched refs:CheckAndUpdateClientBufferCahce (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdioutput_test.cpp282 * CaseDescription: 1.call CheckAndUpdateClientBufferCahce()
291 bool result = hdiOutput->CheckAndUpdateClientBufferCahce(buffer, index); in HWTEST_F()
302 * CaseDescription: 1.call CheckAndUpdateClientBufferCahce()
310 bool result = hdiOutput->CheckAndUpdateClientBufferCahce(buffer, index); in HWTEST_F()
322 * CaseDescription: 1.call CheckAndUpdateClientBufferCahce()
332 bool result = hdiOutput->CheckAndUpdateClientBufferCahce(buffer, index); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h145 bool CheckAndUpdateClientBufferCahce(sptr<SurfaceBuffer> buffer, uint32_t& index);
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp398 bool HdiOutput::CheckAndUpdateClientBufferCahce(sptr<SurfaceBuffer> buffer, uint32_t& index) in CheckAndUpdateClientBufferCahce() function in OHOS::Rosen::HdiOutput
495 bufferCached = CheckAndUpdateClientBufferCahce(currFrameBuffer_, index); in FlushScreen()

Completed in 3 milliseconds