Home | History | Annotate | Download | only in sensors

Lines Matching defs:SensorInfo

27 // so we can cast a list of SensorInfo to a list of sensor_t.
28 class SensorInfo : public sensor_t {
31 SensorInfo() : sensor_t() {}
34 SensorInfo(const char* name, const char* vendor, int version, int handle,
41 friend SensorInfo AccelerometerSensor();
42 friend SensorInfo GyroscopeSensor();
43 friend SensorInfo LightSensor();
44 friend SensorInfo MagneticFieldSensor();
45 friend SensorInfo PressureSensor();
46 friend SensorInfo ProximitySensor();
47 friend SensorInfo AmbientTempSensor();
48 friend SensorInfo DeviceTempSensor();
49 friend SensorInfo RelativeHumiditySensor();
52 SensorInfo AccelerometerSensor();
53 SensorInfo GyroscopeSensor();
54 SensorInfo LightSensor();
55 SensorInfo MagneticFieldSensor();
56 SensorInfo PressureSensor();
57 SensorInfo ProximitySensor();
58 SensorInfo AmbientTempSensor();
59 SensorInfo DeviceTempSensor();
60 SensorInfo RelativeHumiditySensor();
65 SensorState(SensorInfo info);