Searched refs:mFeatureActiveMask (Results 1 – 4 of 4) sorted by relevance
246 mFeatureActiveMask(0), in MPLSensor()1190 if (!(mFeatureActiveMask & INV_DMP_PED_QUATERNION)) { in enablePedIndicator()1215 return ((mFeatureActiveMask & INV_DMP_PED_STANDALONE)? 1:0); in checkPedStandaloneEnabled()1226 mFeatureActiveMask &= ~INV_DMP_PED_STANDALONE; in enablePedStandalone()1227 if (mFeatureActiveMask == 0) { in enablePedStandalone()1229 } else if(mFeatureActiveMask & INV_DMP_PEDOMETER) { in enablePedStandalone()1252 mFeatureActiveMask |= INV_DMP_PED_STANDALONE; in enablePedStandalone()1298 if (!(mFeatureActiveMask & DMP_FEATURE_MASK) in enablePedStandaloneData()1305 if (!(mFeatureActiveMask & DMP_FEATURE_MASK) in enablePedStandaloneData()1333 return ((mFeatureActiveMask & INV_DMP_PED_QUATERNION)? 1:0); in checkPedQuatEnabled()[all …]
526 uint64_t mFeatureActiveMask; variable
146 mFeatureActiveMask(0), in MPLSensor()1112 if (((mFeatureActiveMask & ~INV_DMP_BATCH_MODE) & DMP_FEATURE_MASK) || en) { in setDmpFeature()1113 if ((mFeatureActiveMask & INV_DMP_6AXIS_QUATERNION) || in setDmpFeature()1114 (mFeatureActiveMask & INV_DMP_PED_QUATERNION) || in setDmpFeature()1115 (mFeatureActiveMask & INV_DMP_QUATERNION)) { in setDmpFeature()1153 uint32_t dataInterrupt = (mEnabled || (mFeatureActiveMask & INV_DMP_BATCH_MODE)); in setDmpFeature()1168 if (mFeatureActiveMask) { in computeDmpState()1236 if (!(mFeatureActiveMask & INV_DMP_PED_QUATERNION)) { in enablePedIndicator()1261 if (!(mFeatureActiveMask & DMP_FEATURE_MASK) in enablePedIndicator()1285 if ((mFeatureActiveMask & INV_DMP_PEDOMETER) && in checkPedStandaloneBatched()[all …]
530 uint64_t mFeatureActiveMask; variable