Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c240 __le32 packetCrc; in hostIntfFindHandler() local
255 packetCrc = hostIntfComputeCrc(buf); in hostIntfFindHandler()
256 if (footer->crc != packetCrc) { in hostIntfFindHandler()