Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c1051 const struct HostHubRawPacket *hostMsg; in hostIntfHandleEvent() local
1079 hostMsg = evtData; in hostIntfHandleEvent()
1080 if (hostMsg->dataLen <= HOST_HUB_RAW_PACKET_MAX_LEN) { in hostIntfHandleEvent()
1081 data = alloca(sizeof(uint32_t) + sizeof(*hostMsg) + hostMsg->dataLen); in hostIntfHandleEvent()
1083 data->length = sizeof(*hostMsg) + hostMsg->dataLen; in hostIntfHandleEvent()