Home
last modified time | relevance | path

Searched defs:single (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DhostIntf.h62 … struct SingleAxisDataPoint single[HOSTINTF_SENSOR_DATA_MAX / sizeof(struct SingleAxisDataPoint)]; member
/device/google/contexthub/firmware/os/core/
DhostIntf.c855 static void copySingleSamples(struct ActiveSensor *sensor, const struct SingleAxisDataEvent *single) in copySingleSamples()