Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dsensors.h195 struct SensorInfo { struct
196 const char *sensorName; /* sensors.c code does not use this */
220 uint8_t flags1; /* enum SensorInfoFlags1 */ argument
221 uint16_t minSamples; /* minimum host fifo size (in # of samples) */
222 uint8_t biasType;
223 uint8_t rawType;
224 float rawScale;
/device/generic/goldfish/sensors/
Dsensor_list.h23 using SensorInfo = ahs::V2_1::SensorInfo; variable