Searched refs:mgr (Results 1 - 10 of 10) sorted by relevance
/drivers/interface/display/composer/cache_manager/ |
H A D | device_cache_manager.cpp | 29 static std::shared_ptr<DeviceCacheManager> mgr = nullptr; in GetInstance() local 30 if (mgr == nullptr) { in GetInstance() 31 mgr = std::make_shared<DeviceCacheManager>(); in GetInstance() 32 if (mgr == nullptr) { in GetInstance() 34 return mgr; in GetInstance() 37 int32_t ret = mgr->Init(); in GetInstance() 39 mgr = nullptr; in GetInstance() 44 return mgr; in GetInstance()
|
/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | codec_death_recipient.h | 36 explicit CodecDeathRecipient(const wptr<CodecComponentManagerService> &service) : mgr(service) {};
in CodecDeathRecipient() 44 CleanResourceOfDiedService(remote, mgr);
47 wptr<CodecComponentManagerService> mgr;
member in OHOS::HDI::Codec::V3_0::CodecDeathRecipient
|
H A D | codec_component_service.h | 30 const std::shared_ptr<OHOS::Codec::Omx::ComponentMgr> mgr, const std::string name);
|
H A D | component_node.h | 39 ComponentNode(const sptr<ICodecCallback> &callbacks, int64_t appData, std::shared_ptr<ComponentMgr>& mgr);
|
/drivers/peripheral/intelligent_voice/hdi_service/trigger/ |
H A D | intell_voice_trigger_manager_impl.cpp | 36 extern "C" void IntellVoiceTriggerManagerImplRelease(IIntellVoiceTriggerManager *mgr) in IntellVoiceTriggerManagerImplRelease() argument 39 if (mgr == nullptr) { in IntellVoiceTriggerManagerImplRelease() 40 INTELLIGENT_VOICE_LOGE("mgr is nullptr"); in IntellVoiceTriggerManagerImplRelease() 43 delete mgr; in IntellVoiceTriggerManagerImplRelease()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | stream_base.cpp | 99 BufferManager* mgr = BufferManager::GetInstance(); in CommitStream() local 100 CHECK_IF_PTR_NULL_RETURN_VALUE(mgr, RC_ERROR); in CommitStream() 103 poolId_ = mgr->GenerateBufferPoolId(); in CommitStream() 105 bufferPool_ = mgr->GetBufferPool(poolId_); in CommitStream() 591 BufferManager* mgr = BufferManager::GetInstance(); in ReleaseStreamBufferPool() local 592 if (mgr != nullptr) { in ReleaseStreamBufferPool() 593 mgr->EraseBufferPoolMapById(poolId_); in ReleaseStreamBufferPool()
|
/drivers/peripheral/intelligent_voice/hdi_service/engine/ |
H A D | intell_voice_engine_manager_impl.cpp | 40 extern "C" void IntellVoiceEngineManagerImplRelease(IIntellVoiceEngineManager *mgr) in IntellVoiceEngineManagerImplRelease() argument 43 if (mgr == nullptr) { in IntellVoiceEngineManagerImplRelease() 44 INTELLIGENT_VOICE_LOGE("mgr is nullptr"); in IntellVoiceEngineManagerImplRelease() 47 delete mgr; in IntellVoiceEngineManagerImplRelease()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/ |
H A D | v4l2_buffer.cpp | 143 ParamManager mgr(EXPRESS_CAMERA_DEVICE_ID, CAMERA_FUN_QUEUE_BUFFER, false); in SetAndPushBuffer() 144 mgr.addParam64(id); in SetAndPushBuffer() 145 mgr.addPtr(addr, len); in SetAndPushBuffer() 152 int ret = mgr.ioctl(fd, IOC_QUEUE_BUFFER); in SetAndPushBuffer()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 116 const std::shared_ptr<OHOS::Codec::Omx::ComponentMgr> mgr, const std::string name) in CodecComponentService() 120 mgr_ = mgr; in CodecComponentService() 115 CodecComponentService(const std::shared_ptr<OHOS::Codec::Omx::ComponentNode> &node, const std::shared_ptr<OHOS::Codec::Omx::ComponentMgr> mgr, const std::string name) CodecComponentService() argument
|
H A D | component_node.cpp | 84 ComponentNode::ComponentNode(const sptr<ICodecCallback> &callbacks, int64_t appData, std::shared_ptr<ComponentMgr> &mgr) in ComponentNode() argument 89 mgr_(mgr) in ComponentNode()
|
Completed in 9 milliseconds