Home | History | Annotate | Download | only in libsensors_iio

Lines Matching defs:MPLSensor

109 /** MPLSensor implementation which fits into the HAL example for crespo provided

111 * WARNING: there may only be one instance of MPLSensor, ever.
114 class MPLSensor: public SensorBase
116 typedef int (MPLSensor::*hfunc_t)(sensors_event_t*);
132 MPLSensor(CompassSensor *, int (*m_pt2AccelCalLoadFunc)(long*) = 0);
133 virtual ~MPLSensor();
151 static MPLSensor* gMPLSensor;
194 int enableOneSensor(int en, const char *name, int (MPLSensor::*enabler)(int));
342 void setCallbackObject(MPLSensor*);
343 MPLSensor *getCallbackObject();