HomeSort by relevance Sort by last modified time
    Searched defs:MPLSensor (Results 1 - 4 of 4) sorted by null

  /hardware/invensense/libsensors/
MPLSensor.cpp 35 #include "MPLSensor.h"
72 /* Base values for the sensor list, these need to be in the order defined in MPLSensor.h */
102 static MPLSensor* gMPLSensor = NULL;
125 void setCallbackObject(MPLSensor* gbpt)
143 MPLSensor::MPLSensor() :
159 ALOGV_IF(EXTRA_VERBOSE, "MPLSensor constructor: numSensors = %d", numSensors);
215 //ALOGD("MPLSensor falling back to timerirq for accel data");
251 mHandlers[RotationVector] = &MPLSensor::rvHandler;
252 mHandlers[LinearAccel] = &MPLSensor::laHandler
    [all...]
MPLSensor.h 32 /** MPLSensor implementation which fits into the HAL example for crespo provided
34 * * WARNING: there may only be one instance of MPLSensor, ever.
37 class MPLSensor: public SensorBase
39 typedef void (MPLSensor::*hfunc_t)(sensors_event_t*, uint32_t*, int);
42 MPLSensor();
43 virtual ~MPLSensor();
138 void setCallbackObject(MPLSensor*);
  /hardware/invensense/libsensors_iio/
MPLSensor.cpp 18 //see also the EXTRA_VERBOSE define in the MPLSensor.h header file
39 #include "MPLSensor.h"
122 MPLSensor *MPLSensor::gMPLSensor = NULL;
127 if(MPLSensor::gMPLSensor) {
128 MPLSensor::gMPLSensor->cbProcData();
132 void setCallbackObject(MPLSensor* gbpt)
134 MPLSensor::gMPLSensor = gbpt;
137 MPLSensor* getCallbackObject() {
138 return MPLSensor::gMPLSensor
    [all...]
MPLSensor.h 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();
    [all...]

Completed in 2425 milliseconds