Home
last modified time | relevance | path

Searched defs:cacheMgr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/interface/display/composer/v1_1/display_command/
H A Ddisplay_cmd_responser.h34 …unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create()
43 …DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) : BaseType1_0(imp… in DisplayCmdResponser()
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_responser.h46 …unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create()
56 VdiImpl1_1* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in CreateV1_1()
65 …DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) : BaseType1_1(imp… in DisplayCmdResponser()
67 DisplayCmdResponser(std::shared_ptr<DeviceCacheManager> cacheMgr, VdiImpl1_1* impl) in DisplayCmdResponser()
/ohos5.0/drivers/interface/display/composer/cache_manager/
H A Dbuffer_cache_utils.h35 …ferHandle* NativeBufferCache(const std::shared_ptr<CacheManager<uint32_t, NativeBuffer>>& cacheMgr, in NativeBufferCache()
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_responser.h66 …unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create()
75 DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in DisplayCmdResponser()
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp213 auto cacheMgr = reinterpret_cast<DisplayComposerService*>(data)->cacheMgr_; in OnHotPlug() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp785 SkSLRCacheMgr cacheMgr = GetNewSkSLRCacheMgr(); in initSLRFactor() local