Searched refs:cacheMgr (Results 1 - 5 of 5) sorted by relevance
/drivers/interface/display/composer/v1_1/display_command/ |
H A D | display_cmd_responser.h | 34 static std::unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create() argument 38 DISPLAY_CHK_RETURN(cacheMgr == nullptr, nullptr, in Create() 40 return std::make_unique<DisplayCmdResponser>(impl, cacheMgr); in Create() 43 DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) : BaseType1_0(impl, cacheMgr) {} in DisplayCmdResponser() argument
|
/drivers/interface/display/composer/cache_manager/ |
H A D | buffer_cache_utils.h | 35 static BufferHandle* NativeBufferCache(const std::shared_ptr<CacheManager<uint32_t, NativeBuffer>>& cacheMgr, in NativeBufferCache() argument 42 NativeBuffer* nativeBuffer = cacheMgr->SearchCache(seqNo); in NativeBufferCache() 59 auto retBool = cacheMgr->InsertCache(seqNo, nativeBuffer); in NativeBufferCache()
|
/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_responser.h | 46 static std::unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create() argument 50 DISPLAY_CHK_RETURN(cacheMgr == nullptr, nullptr, in Create() 52 return std::make_unique<DisplayCmdResponser>(impl, cacheMgr); in Create() 56 VdiImpl1_1* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in CreateV1_1() 60 DISPLAY_CHK_RETURN(cacheMgr == nullptr, nullptr, in CreateV1_1() 62 return std::make_unique<DisplayCmdResponser>(cacheMgr, impl); in CreateV1_1() 65 DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) : BaseType1_1(impl, cacheMgr) {} in DisplayCmdResponser() argument 67 DisplayCmdResponser(std::shared_ptr<DeviceCacheManager> cacheMgr, VdiImpl1_1* impl) in DisplayCmdResponser() argument 68 : BaseType1_1(impl, cacheMgr), in DisplayCmdResponser() 55 CreateV1_1( VdiImpl1_1* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) CreateV1_1() argument [all...] |
/drivers/peripheral/display/composer/hdi_service/src/ |
H A D | display_composer_service.cpp | 213 auto cacheMgr = reinterpret_cast<DisplayComposerService*>(data)->cacheMgr_; in OnHotPlug() local 214 if (cacheMgr == nullptr) { in OnHotPlug() 219 std::lock_guard<std::mutex> lock(cacheMgr->GetCacheMgrMutex()); in OnHotPlug() 221 if (cacheMgr->AddDeviceCache(outputId) != HDF_SUCCESS) { in OnHotPlug() 225 std::lock_guard<std::mutex> lock(cacheMgr->GetCacheMgrMutex()); in OnHotPlug() 227 if (cacheMgr->RemoveDeviceCache(outputId) != HDF_SUCCESS) { in OnHotPlug()
|
/drivers/interface/display/composer/v1_0/display_command/ |
H A D | display_cmd_responser.h | 66 static std::unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create() argument 70 DISPLAY_CHK_RETURN(cacheMgr == nullptr, nullptr, in Create() 72 return std::make_unique<DisplayCmdResponser>(impl, cacheMgr); in Create() 75 DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in DisplayCmdResponser() argument 77 cacheMgr_(cacheMgr), in DisplayCmdResponser()
|
Completed in 6 milliseconds