Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c48 #define MAX_NUM_BLOCKS 280 /* times 256 = 71680 bytes */ macro
675 if (mTotalBlocks > MAX_NUM_BLOCKS) { in initSensors()
676 …OG_INFO, "initSensors: mTotalBlocks of %ld exceeds maximum of %d\n", mTotalBlocks, MAX_NUM_BLOCKS); in initSensors()
677 mTotalBlocks = MAX_NUM_BLOCKS; in initSensors()