Home
last modified time | relevance | path

Searched refs:RemoveLayerCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/interface/display/composer/cache_manager/
H A Ddevice_cache.h45 int32_t RemoveLayerCache(uint32_t id);
H A Ddevice_cache.cpp106 int32_t DeviceCache::RemoveLayerCache(uint32_t id) in RemoveLayerCache() function in OHOS::HDI::Display::Composer::DeviceCache
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp526 return devCache->RemoveLayerCache(layerId); in DestroyLayer()