Home
last modified time | relevance | path

Searched refs:GetCacheMgrMutex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp219 std::lock_guard<std::mutex> lock(cacheMgr->GetCacheMgrMutex()); in OnHotPlug()
225 std::lock_guard<std::mutex> lock(cacheMgr->GetCacheMgrMutex()); in OnHotPlug()
270 std::lock_guard<std::mutex> lock(cacheMgr_->GetCacheMgrMutex()); in SetClientBufferCacheCount()
507 std::lock_guard<std::mutex> lock(cacheMgr_->GetCacheMgrMutex()); in CreateLayer()
522 std::lock_guard<std::mutex> lock(cacheMgr_->GetCacheMgrMutex()); in DestroyLayer()
755 std::lock_guard<std::mutex> lock(cacheMgr_->GetCacheMgrMutex()); in ClearClientBuffer()
766 std::lock_guard<std::mutex> lock(cacheMgr_->GetCacheMgrMutex()); in ClearLayerBuffer()
/ohos5.0/drivers/interface/display/composer/cache_manager/
H A Ddevice_cache_manager.h44 static std::mutex& GetCacheMgrMutex();
H A Ddevice_cache_manager.cpp147 std::mutex& DeviceCacheManager::GetCacheMgrMutex() in GetCacheMgrMutex() function in OHOS::HDI::Display::Composer::DeviceCacheManager
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_responser.h366 std::lock_guard<std::mutex> lock(cacheMgr_->GetCacheMgrMutex()); in SetDisplayClientBuffer()
820 std::lock_guard<std::mutex> lock(cacheMgr_->GetCacheMgrMutex()); in SetLayerBuffer()