Home
last modified time | relevance | path

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

/drivers/peripheral/camera/hdi_service/v1_0/src/
Dcamera_host_service.cpp49 const struct DeviceResourceNode *pRootNode = pDevResIns->GetRootNode(); in GetVdiLibList() local
50 if (pRootNode == nullptr) { in GetVdiLibList()
54 if (pRootNode->name != nullptr) { in GetVdiLibList()
55 CAMERA_LOGI("pRootNode = %{public}s", pRootNode->name); in GetVdiLibList()
59 int32_t elemNum = pDevResIns->GetElemNum(pRootNode, "vdiLibList"); in GetVdiLibList()
61 pDevResIns->GetStringArrayElem(pRootNode, "vdiLibList", i, &vdiLib, nullptr); in GetVdiLibList()
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_component_manager.c169 const struct DeviceResourceNode *pRootNode = pDevResIns->GetRootNode(); in InitComponentConfig() local
170 if (pRootNode == NULL) { in InitComponentConfig()
175 …const struct DeviceResourceNode *codecConfig = pDevResIns->GetChildNode(pRootNode, "codec_adapter_… in InitComponentConfig()
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
Dhcs_deal.cpp25 HcsDeal::HcsDeal(const std::string &pathName) : sPathName(pathName), pDevResIns(nullptr), pRootNode in HcsDeal()
31 pRootNode = nullptr; in ~HcsDeal()
50 pRootNode = pDevResIns->GetRootNode(); in Init()
51 if (pRootNode == nullptr) { in Init()
55 if (pRootNode->name != nullptr) { in Init()
56 CAMERA_LOGI("pRootNode = %{public}s", pRootNode->name); in Init()
66 …const struct DeviceResourceNode *cameraHostConfig = pDevResIns->GetChildNode(pRootNode, "camera_ho… in DealHcsData()
70 if (pRootNode->name != nullptr) { in DealHcsData()
71 CAMERA_LOGI("pRootNode = %{public}s", pRootNode->name); in DealHcsData()
/drivers/peripheral/camera/vdi_base/v4l2/include/camera_host/
Dhcs_deal.h114 const struct DeviceResourceNode *pRootNode; variable