Home
last modified time | relevance | path

Searched refs:gMPLSensor (Results 1 – 5 of 5) sorted by relevance

/hardware/invensense/60xx/libsensors/
DMPLSensor.cpp102 static MPLSensor* gMPLSensor = NULL; variable
111 if (gMPLSensor) { in mot_cb_wrapper()
112 gMPLSensor->cbOnMotion(val); in mot_cb_wrapper()
118 if(gMPLSensor) { in procData_cb_wrapper()
119 gMPLSensor->cbProcData(); in procData_cb_wrapper()
127 gMPLSensor = gbpt; in setCallbackObject()
/hardware/invensense/60xx/libsensors_iio/
DMPLSensor.h151 static MPLSensor* gMPLSensor; variable
DMPLSensor.cpp122 MPLSensor *MPLSensor::gMPLSensor = NULL; member in MPLSensor
127 if(MPLSensor::gMPLSensor) { in procData_cb_wrapper()
128 MPLSensor::gMPLSensor->cbProcData(); in procData_cb_wrapper()
134 MPLSensor::gMPLSensor = gbpt; in setCallbackObject()
138 return MPLSensor::gMPLSensor; in getCallbackObject()
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h224 static MPLSensor* gMPLSensor; variable
DMPLSensor.cpp172 MPLSensor *MPLSensor::gMPLSensor = NULL; member in MPLSensor
177 if(MPLSensor::gMPLSensor) { in procData_cb_wrapper()
178 MPLSensor::gMPLSensor->cbProcData(); in procData_cb_wrapper()
184 MPLSensor::gMPLSensor = gbpt; in setCallbackObject()
188 return MPLSensor::gMPLSensor; in getCallbackObject()