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

  /hardware/invensense/60xx/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/60xx/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...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 221 static MPLSensor* gMPLSensor;
MPLSensor.cpp 172 MPLSensor *MPLSensor::gMPLSensor = NULL;
177 if(MPLSensor::gMPLSensor) {
178 MPLSensor::gMPLSensor->cbProcData();
184 MPLSensor::gMPLSensor = gbpt;
188 return MPLSensor::gMPLSensor;
    [all...]

Completed in 50 milliseconds