Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_cec.h1709 static inline uint8_t HdmiCecGetMsgDestination(const struct HdmiCecMsg *msg) in HdmiCecGetMsgDestination() function
1727 destMsg->data[0] = (HdmiCecGetMsgDestination(srcMsg) << HDMI_CEC_HEADER_BLOCK_INITIATOR_SHIFT) | in HdmiCecFillMsgHeader()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_cec.c1524 (HdmiCecGetMsgDestination(msg) == HDMI_CEC_LOG_ADDR_UNREGISTERED_OR_BROADCAST)) { in HdmiCecHandleGivePhyAddressMsg()
1701 destination = HdmiCecGetMsgDestination(msg); in HdmiCecReceivedMsg()