Home
last modified time | relevance | path

Searched refs:audioPathSet (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_core.h154 void (*audioPathSet)(struct HdmiCntlr *cntlr, struct HdmiAudioConfigInfo *config); member
275 if (cntlr->ops != NULL && cntlr->ops->audioPathSet != NULL) { in HdmiCntlrAudioPathSet()
277 cntlr->ops->audioPathSet(cntlr, config); in HdmiCntlrAudioPathSet()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-hdmi-develop.md66 void (*audioPathSet)(struct HdmiCntlr *cntlr, struct HdmiAudioConfigInfo *config);
106 | audioPathSet | **cntlr**:结构体指针,核心层HDMI控制器<br />**config**:配置信息 | 无 | 无 | 设置audio通路配置信息 |
307 .audioPathSet = HdmiAdapterAudioPathSet,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-hdmi-develop.md58 void (*audioPathSet)(struct HdmiCntlr *cntlr, struct HdmiAudioConfigInfo *config);
98 | audioPathSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**config*…
292 .audioPathSet = HdmiAdapterAudioPathSet,