HomeSort by relevance Sort by last modified time
    Searched refs:totalBlocks (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/core/
hostIntf.c 671 uint32_t totalBlocks = 0;
730 totalBlocks += maxBlocks;
734 if (totalBlocks > MAX_NUM_BLOCKS) {
735 osLog(LOG_INFO, "initSensors: totalBlocks of %ld exceeds maximum of %d\n", totalBlocks, MAX_NUM_BLOCKS);
736 totalBlocks = MAX_NUM_BLOCKS;
737 } else if (totalBlocks < MIN_NUM_BLOCKS) {
738 totalBlocks = MIN_NUM_BLOCKS;
741 mOutputQ = simpleQueueAlloc(totalBlocks, sizeof(struct HostIntfDataBuffer), queueDiscard);
808 mTotalBlocks = totalBlocks;
    [all...]
  /external/zxing/core/
core.jar 

Completed in 188 milliseconds