Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_cec.c25 struct HdmiCecMsgLenInfo g_cecMsg[] = { variable
140 len = sizeof(g_cecMsg) / sizeof(g_cecMsg[0]); in HdmiCecGetMsgLenInfo()
142 if (opcode == g_cecMsg[i].opcode) { in HdmiCecGetMsgLenInfo()
143 return (&g_cecMsg[i]); in HdmiCecGetMsgLenInfo()