Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DnanohubCommand.c81 uint32_t srcCrc; // current state of CRC-32 we generate from input member
273 mDownloadState->srcCrc = ~0; in resetDownloadState()
534 valid = !checkCrc || mDownloadState->crc == ~mDownloadState->srcCrc; in firmwareWrite()
579 mDownloadState->srcCrc = crc32(data, len, mDownloadState->srcCrc); in doFirmwareChunk()