Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c110 static struct ActiveSensor *mActiveSensorTable; variable
552 sensor = mActiveSensorTable + mSensorList[sensorType - 1]; in getActiveSensorByType()
587 sensor = mActiveSensorTable + mLastSensor; in hostIntfPacketDequeue()
741 mActiveSensorTable = heapAlloc(numSensors * sizeof(struct ActiveSensor)); in initSensors()
742 memset(mActiveSensorTable, 0x00, numSensors * sizeof(struct ActiveSensor)); in initSensors()
753 resetBuffer(mActiveSensorTable + j); in initSensors()
754 mActiveSensorTable[j].buffer.sensType = i; in initSensors()
755 mActiveSensorTable[j].biasReportType = 0; in initSensors()
756 mActiveSensorTable[j].rate = 0; in initSensors()
757 mActiveSensorTable[j].latency = 0; in initSensors()
[all …]