Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-hdmi-des.md88 | HdmiClose | 关闭HDMI控制器 |
485 void HdmiClose(DevHandle handle);
488 **表 14** HdmiClose参数和返回值描述
497 HdmiClose(hdmiHandle);
644 HdmiClose(handle);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-hdmi-des.md57 | HdmiClose | Closes an HDMI controller. |
454 void HdmiClose(DevHandle handle);
457 **Table 14** Description of HdmiClose
467 HdmiClose(hdmiHandle);
614 HdmiClose(handle);
/ohos5.0/drivers/hdf_core/framework/support/platform/test/unittest/common/
H A Dhdf_hdmi_test.cpp159 HdmiClose(handle); in HdmiUserTest()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dhdmi_test.c38 HdmiClose(handle); in HdmiTestReleaseHandle()
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dhdmi_if.h793 void HdmiClose(DevHandle handle);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_if.c559 void HdmiClose(DevHandle handle) in HdmiClose() function