Searched defs:checkLPQuaternion (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp825 int MPLSensor::checkLPQuaternion(void) function in class:MPLSensor
1085 if (!checkLPQuaternion()) {
1090 } else if (checkLPQuaternion()) {
1625 if (checkLPQuaternion()) {
1874 lp_quaternion_on = checkLPQuaternion();
2294 if (checkDMPOrientation() || checkLPQuaternion()) {
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp1145 if (checkLPQuaternion() && checkLPQRateSupported()) {
1674 int MPLSensor::checkLPQuaternion(void) function in class:MPLSensor
2176 if (!checkLPQuaternion()) {
2181 } else if (checkLPQuaternion()) {
3394 if (checkLPQuaternion()) {
3717 lp_quaternion_on = isLowPowerQuatEnabled() && checkLPQuaternion();
6539 if (checkLPQuaternion()) {
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp1622 int MPLSensor::checkLPQuaternion(void) function in class:MPLSensor
2147 if (!checkLPQuaternion()) {
2152 } else if (checkLPQuaternion()) {
3328 if (checkLPQuaternion()) {
3734 lp_quaternion_on = checkLPQuaternion();

Completed in 355 milliseconds