Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c79 struct ActiveSensor struct
102 static struct ActiveSensor *mActiveSensorTable; argument
495 static void resetBuffer(struct ActiveSensor *sensor) in resetBuffer()
511 struct ActiveSensor *sensor; in hostIntfPacketDequeue()
578 struct ActiveSensor *sensor; in queueDiscard()
683 mActiveSensorTable = heapAlloc(mNumSensors * sizeof(struct ActiveSensor)); in initSensors()
684 memset(mActiveSensorTable, 0x00, mNumSensors * sizeof(struct ActiveSensor)); in initSensors()
760 static void copyTripleSamplesRaw(struct ActiveSensor *sensor, const struct TripleAxisDataEvent *tri… in copyTripleSamplesRaw()
832 static void copySingleSamples(struct ActiveSensor *sensor, const struct SingleAxisDataEvent *single) in copySingleSamples()
898 static void copyTripleSamples(struct ActiveSensor *sensor, const struct TripleAxisDataEvent *triple) in copyTripleSamples()
[all …]