Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c111 static struct ActiveSensor *mActiveSensorTable; variable
553 sensor = mActiveSensorTable + mSensorList[sensorType - 1]; in getActiveSensorByType()
588 sensor = mActiveSensorTable + mLastSensor; in hostIntfPacketDequeue()
747 mActiveSensorTable = heapAlloc(numSensors * sizeof(struct ActiveSensor)); in initSensors()
748 if (!mActiveSensorTable) { in initSensors()
754 memset(mActiveSensorTable, 0x00, numSensors * sizeof(struct ActiveSensor)); in initSensors()
765 resetBuffer(mActiveSensorTable + j); in initSensors()
766 mActiveSensorTable[j].buffer.sensType = i; in initSensors()
767 mActiveSensorTable[j].biasReportType = 0; in initSensors()
768 mActiveSensorTable[j].rate = 0; in initSensors()
[all …]