Home
last modified time | relevance | path

Searched refs:ClearLayerBuffer (Results 1 - 7 of 7) sorted by relevance

/drivers/interface/display/composer/v1_2/include/
H A Didisplay_composer_interface.h67 virtual int32_t ClearLayerBuffer(uint32_t devId, uint32_t layerId) = 0;
/drivers/interface/display/composer/cache_manager/
H A Ddevice_cache.h47 int32_t ClearLayerBuffer(uint32_t layerId);
H A Ddevice_cache.cpp126 int32_t DeviceCache::ClearLayerBuffer(uint32_t layerId) in ClearLayerBuffer() function in OHOS::HDI::Display::Composer::DeviceCache
/drivers/interface/display/composer/v1_2/hdi_impl/
H A Ddisplay_composer_hdi_impl.h123 virtual int32_t ClearLayerBuffer(uint32_t devId, uint32_t layerId) override
126 return ToDispErrCode(hdi_v1_2_->ClearLayerBuffer(devId, layerId));
/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_composer_service.h82 int32_t ClearLayerBuffer(uint32_t devId, uint32_t layerId) override;
/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp762 int32_t DisplayComposerService::ClearLayerBuffer(uint32_t devId, uint32_t layerId) in ClearLayerBuffer() function in OHOS::HDI::Display::Composer::DisplayComposerService
770 return devCache->ClearLayerBuffer(layerId); in ClearLayerBuffer()
/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp684 ret = g_composerDevice->ClearLayerBuffer(g_displayIds[0], layerId); in BENCHMARK_F()

Completed in 5 milliseconds