Home
last modified time | relevance | path

Searched refs:mgr (Results 1 – 6 of 6) sorted by relevance

/drivers/interface/display/composer/v1_0/cache_manager/
Ddevice_cache_manager.cpp30 static std::shared_ptr<DeviceCacheManager> mgr = nullptr; in GetInstance() local
31 if (mgr == nullptr) { in GetInstance()
32 mgr = std::make_shared<DeviceCacheManager>(); in GetInstance()
33 if (mgr == nullptr) { in GetInstance()
35 return mgr; in GetInstance()
38 int32_t ret = mgr->Init(); in GetInstance()
40 mgr = nullptr; in GetInstance()
45 return mgr; in GetInstance()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dstream_base.cpp101 BufferManager* mgr = BufferManager::GetInstance(); in CommitStream() local
102 CHECK_IF_PTR_NULL_RETURN_VALUE(mgr, RC_ERROR); in CommitStream()
105 poolId_ = mgr->GenerateBufferPoolId(); in CommitStream()
107 bufferPool_ = mgr->GetBufferPool(poolId_); in CommitStream()
612 BufferManager* mgr = BufferManager::GetInstance(); in ReleaseStreamBufferPool() local
613 if (mgr != nullptr) { in ReleaseStreamBufferPool()
614 mgr->EraseBufferPoolMapById(poolId_); in ReleaseStreamBufferPool()
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp26 const std::shared_ptr<OHOS::Codec::Omx::ComponentMgr> mgr, const std::string name) in CodecComponentService() argument
30 mgr_ = mgr; in CodecComponentService()
Dcomponent_node.cpp71 …entNode(const sptr<ICodecCallback> &callbacks, int64_t appData, std::shared_ptr<ComponentMgr> &mgr) in ComponentNode() argument
80 mgr_ = mgr; in ComponentNode()
/drivers/peripheral/codec/hal/idl_service/include/
Dcodec_component_service.h28 … const std::shared_ptr<OHOS::Codec::Omx::ComponentMgr> mgr, const std::string name);
Dcomponent_node.h38 …ntNode(const sptr<ICodecCallback> &callbacks, int64_t appData, std::shared_ptr<ComponentMgr>& mgr);