Home
last modified time | relevance | path

Searched refs:mMplFeatureActiveMask (Results 1 – 4 of 4) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h506 int mMplFeatureActiveMask; variable
DMPLSensor.cpp120 mMplFeatureActiveMask(0), in MPLSensor()
722 mMplFeatureActiveMask |= INV_COMPASS_CAL; in inv_constructor_default_enable()
755 mMplFeatureActiveMask |= INV_COMPASS_FIT; in inv_constructor_default_enable()
4350 if (mMplFeatureActiveMask & INV_COMPASS_CAL) {
4358 if (mMplFeatureActiveMask & INV_COMPASS_FIT) {
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h525 int mMplFeatureActiveMask; variable
DMPLSensor.cpp245 mMplFeatureActiveMask(0), in MPLSensor()
812 mMplFeatureActiveMask |= INV_COMPASS_CAL; in inv_constructor_default_enable()
845 mMplFeatureActiveMask |= INV_COMPASS_FIT; in inv_constructor_default_enable()
4202 if (mMplFeatureActiveMask & INV_COMPASS_CAL) { in resetCompass()
4208 if (mMplFeatureActiveMask & INV_COMPASS_FIT) { in resetCompass()