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

  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 19 //see also the EXTRA_VERBOSE define in the MPLSensor.h header file
41 #include "MPLSensor.h"
75 * MPLSensor class implementation
82 MPLSensor::MPLSensor(CompassSensor *compass, int (*m_pt2AccelCalLoadFunc)(long *))
161 "HAL:MPLSensor constructor : NumSensors = %d", NumSensors);
499 mHandlers[RotationVector] = &MPLSensor::rvHandler;
500 mHandlers[GameRotationVector] = &MPLSensor::grvHandler;
501 mHandlers[LinearAccel] = &MPLSensor::laHandler;
502 mHandlers[Gravity] = &MPLSensor::gravHandler
    [all...]
MPLSensor.h 169 /** MPLSensor implementation which fits into the HAL example for crespo provided
171 * WARNING: there may only be one instance of MPLSensor, ever.
174 class MPLSensor: public SensorBase
176 typedef int (MPLSensor::*hfunc_t)(sensors_event_t*);
180 MPLSensor(CompassSensor *, int (*m_pt2AccelCalLoadFunc)(long*) = 0);
181 virtual ~MPLSensor();
587 void setCallbackObject(MPLSensor*);
588 MPLSensor *getCallbackObject();
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 20 //see also the EXTRA_VERBOSE define in the MPLSensor.h header file
41 #include "MPLSensor.h"
172 MPLSensor *MPLSensor::gMPLSensor = NULL;
177 if(MPLSensor::gMPLSensor) {
178 MPLSensor::gMPLSensor->cbProcData();
182 void setCallbackObject(MPLSensor* gbpt)
184 MPLSensor::gMPLSensor = gbpt;
187 MPLSensor* getCallbackObject() {
188 return MPLSensor::gMPLSensor
    [all...]
MPLSensor.h 168 /** MPLSensor implementation which fits into the HAL example for crespo provided
170 * WARNING: there may only be one instance of MPLSensor, ever.
173 class MPLSensor: public SensorBase
175 typedef int (MPLSensor::*hfunc_t)(sensors_event_t*);
198 MPLSensor(CompassSensor *, int (*m_pt2AccelCalLoadFunc)(long*) = 0);
199 virtual ~MPLSensor();
224 static MPLSensor* gMPLSensor;
576 void setCallbackObject(MPLSensor*);
577 MPLSensor *getCallbackObject();

Completed in 1052 milliseconds