Home
last modified time | relevance | path

Searched refs:SetReleaseFence (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_layer.h36 void SetReleaseFence(int fd);
84 void SetReleaseFence(int fd);
H A Dhdi_test_layer.cpp73 void HdiGrallocBuffer::SetReleaseFence(int fd) in SetReleaseFence() function in OHOS::HDI::Display::TEST::HdiGrallocBuffer
277 void HdiTestLayer::SetReleaseFence(int fd) in SetReleaseFence() function in OHOS::HDI::Display::TEST::HdiTestLayer
281 currentBuffer_->SetReleaseFence(fd); in SetReleaseFence()
H A Dhdi_test_display.cpp141 layer->SetReleaseFence(fences[i]); in GetLayersReleaseFence()
201 buffer->SetReleaseFence(fenceFd); in Commit()
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.cpp37 layer->SetReleaseFence(-1); // the fd display will return the current buffer fence. in CreateHdiLayer()
86 mClientLayer->SetReleaseFence(-1); in Init()
H A Dfb_composition.cpp79 layer->SetReleaseFence(fence); in Apply()
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_layer.h133 void SetReleaseFence(int fd) in SetReleaseFence() function in OHOS::HDI::DISPLAY::HdiLayer
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.cpp121 hdiLayer->SetReleaseFence(-1); // todo check the fence whether use the last fence. in Apply()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_layer.h154 void SetReleaseFence(int fd) in SetReleaseFence() function in OHOS::HDI::DISPLAY::HdiLayer
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Dhdi_drm_composition.cpp162 layer->SetReleaseFence(dup(static_cast<int32_t>(crtcOutFence))); in Apply()
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_drm_composition.cpp309 layer->SetReleaseFence(static_cast<int>(crtcOutFence)); in Apply()

Completed in 5 milliseconds