HomeSort by relevance Sort by last modified time
    Searched refs:gMPLSensor (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/libsensors/
MPLSensor.cpp 102 static MPLSensor* gMPLSensor = NULL;
111 if (gMPLSensor) {
112 gMPLSensor->cbOnMotion(val);
118 if(gMPLSensor) {
119 gMPLSensor->cbProcData();
127 gMPLSensor = gbpt;
    [all...]
  /hardware/invensense/libsensors_iio/
MPLSensor.h 151 static MPLSensor* gMPLSensor;
MPLSensor.cpp 122 MPLSensor *MPLSensor::gMPLSensor = NULL;
127 if(MPLSensor::gMPLSensor) {
128 MPLSensor::gMPLSensor->cbProcData();
134 MPLSensor::gMPLSensor = gbpt;
138 return MPLSensor::gMPLSensor;
    [all...]

Completed in 35 milliseconds