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

  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 242 mFeatureActiveMask(0),
    [all...]
MPLSensor.h 72 // bit mask of current active features (mFeatureActiveMask)
509 uint64_t mFeatureActiveMask;
  /hardware/invensense/60xx/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 426 milliseconds