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

  /hardware/invensense/libsensors_iio/
MPLSensor.h 68 // bit mask of current active features (mFeatureActiveMask)
322 int mFeatureActiveMask;
MPLSensor.cpp 176 mFeatureActiveMask(0) {
477 mFeatureActiveMask |= INV_COMPASS_CAL;
508 mFeatureActiveMask |= INV_COMPASS_FIT;
829 return ((mFeatureActiveMask & INV_DMP_QUATERNION)? 1:0);
839 mFeatureActiveMask &= ~INV_DMP_QUATERNION;
845 mFeatureActiveMask |= INV_DMP_QUATERNION;
    [all...]

Completed in 35 milliseconds