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
121 mFeatureActiveMask(0), in MPLSensor()1098 if ((mFeatureActiveMask & DMP_FEATURE_MASK) || en) { in setDmpFeature()1099 if ((mFeatureActiveMask & INV_DMP_6AXIS_QUATERNION) || in setDmpFeature()1100 (mFeatureActiveMask & INV_DMP_PED_QUATERNION) || in setDmpFeature()1101 (mFeatureActiveMask & INV_DMP_QUATERNION)) { in setDmpFeature()1139 uint32_t dataInterrupt = (mEnabled || (mFeatureActiveMask & INV_DMP_BATCH_MODE)); in setDmpFeature()1154 if (mFeatureActiveMask) { in computeDmpState()1222 if (!(mFeatureActiveMask & INV_DMP_PED_QUATERNION)) { in enablePedIndicator()1247 if (!(mFeatureActiveMask & DMP_FEATURE_MASK) in enablePedIndicator()1271 if ((mFeatureActiveMask & INV_DMP_PEDOMETER) && in checkPedStandaloneBatched()[all …]
527 uint64_t mFeatureActiveMask; variable