Home | History | Annotate | Download | only in core

Lines Matching refs:numSensors

672     uint8_t numSensors = 0;
729 numSensors++;
742 mActiveSensorTable = heapAlloc(numSensors * sizeof(struct ActiveSensor));
743 memset(mActiveSensorTable, 0x00, numSensors * sizeof(struct ActiveSensor));
749 for (i = SENS_TYPE_INVALID + 1, j = 0; i <= SENS_TYPE_LAST_USER && j < numSensors; i++) {
798 mNumSensors = numSensors;