Lines Matching refs:mBatchEnabled
224 mBatchEnabled(0), in MPLSensor()
1462 !(mBatchEnabled & (1 << Accelerometer))) { in enablePedQuaternionData()
1471 !((mBatchEnabled & (1 << Gyro)) || (mBatchEnabled & (1 << RawGyro)))) { in enablePedQuaternionData()
1585 (!(mBatchEnabled & (1 << Accelerometer)) || in enable6AxisQuaternionData()
1594 (!(mBatchEnabled & (1 << Gyro)) || in enable6AxisQuaternionData()
1596 if (!(mBatchEnabled & (1 << RawGyro)) || in enable6AxisQuaternionData()
1962 if (!(mBatchEnabled & (1 << GameRotationVector))) { in computeLocalSensorMask()
2163 int batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); in enableSensors()
2341 mFeatureActiveMask, mEnabled, mBatchEnabled); in setBatch()
2342 if (((mEnabled & (1 << i)) && (mBatchEnabled & (1 << i))) || in setBatch()
2343 … (((featureMask & INV_DMP_PED_STANDALONE) && (mBatchEnabled & (1 << StepDetector))))) { in setBatch()
2361 LOGV_IF(ENG_VERBOSE, "ID_P only = 0x%x", mBatchEnabled); in setBatch()
2372 LOGV_IF(ENG_VERBOSE, "ID_P and GRV or ALL = 0x%x", mBatchEnabled); in setBatch()
2394 LOGV_IF(ENG_VERBOSE, "GRV = 0x%x", mBatchEnabled); in setBatch()
2777 batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); in enable()
5538 tempBatch = mBatchEnabled | (1 << what); in batch()
5540 tempBatch = mBatchEnabled & ~(1 << what); in batch()
5593 mBatchEnabled &= ~(1 << what); in batch()
5597 mBatchEnabled |= (1 << what); in batch()
5612 LOGV("HAL:batch - sensor=0x%01x", mBatchEnabled); in batch()
5615 mEnabled & (1 << d), (mBatchEnabled & (1 << d)), mBatchTimeouts[d], in batch()
5624 if ((mEnabled & (1 << i) && mBatchEnabled & (1 << i)) || in batch()
5625 … (((featureMask & INV_DMP_PED_STANDALONE) && (mBatchEnabled & (1 << StepDetector))))) { in batch()
5659 LOGI("ID_P only = 0x%x", mBatchEnabled); in batch()
5674 LOGI("ID_P and GRV or ALL = 0x%x", mBatchEnabled); in batch()
5705 LOGI("GRV = 0x%x", mBatchEnabled); in batch()
5807 if(!(mBatchEnabled & (1 << what))) { in flush()
5839 if (mBatchEnabled == 0) in computeBatchDataOutput()
5849 hardwareSensorMask, mBatchEnabled); in computeBatchDataOutput()
5851 if (mBatchEnabled & (1 << StepDetector)) { in computeBatchDataOutput()
5852 if (mBatchEnabled & (1 << GameRotationVector)) { in computeBatchDataOutput()
5853 if ((mBatchEnabled & hardwareSensorMask)) { in computeBatchDataOutput()
5861 if (mBatchEnabled & hardwareSensorMask) { in computeBatchDataOutput()
5868 } else if (mBatchEnabled & (1 << GameRotationVector)) { in computeBatchDataOutput()
6247 if (mBatchEnabled & (1 << i)) { in setBatchDataRates()