Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-hdmi-develop.md353 初始化自定义结构体对象HdmiAdapterHost,初始化HdmiCntlr成员,调用核心层HdmiCntlrAdd函数。
383 ret = HdmiCntlrAdd(cntlr); // 调用核心层函数,失败则goto __ERR。
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_core.h355 int32_t HdmiCntlrAdd(struct HdmiCntlr *cntlr);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-hdmi-develop.md339 …ructure object **HdmiAdapterHost** and **HdmiCntlr**, and calls the **HdmiCntlrAdd** function to a…
369 …ret = HdmiCntlrAdd(cntlr); // Call the functions at the core layer. If the operation…
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_core.c322 int32_t HdmiCntlrAdd(struct HdmiCntlr *cntlr) in HdmiCntlrAdd() function