Lines Matching refs:batchMode
1849 LOGV_IF(EXTRA_VERBOSE, "HAL:MPL:batchmode timeout is zero");
2079 int batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled);
2080 setBatch(batchMode,0);
2172 int batchMode = 1;
2204 LOGV_IF(EXTRA_VERBOSE, "HAL:computeBatchSensorMask: batchMode=%d, mBatchEnabled=%0x", batchMode, tempBatchSensor);
2205 return (batchMode && tempBatchSensor);
2226 /* take the minimum batchmode timeout */
2602 int batchMode = 0;
2623 batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled);
2624 setBatch(batchMode,1);
5173 int batchMode = timeout > 0 ? 1 : 0;
5199 batchMode = 0;
5201 batchMode = 1;
5225 if (batchMode == 1) {
5246 (batchMode == 1)) {
5281 LOGV_IF(ENG_VERBOSE, "batchMode =%d, featureMask=0x%x, mEnabled=%d",
5282 batchMode, featureMask, mEnabled);
5292 /* take the minimum batchmode timeout */
5293 if (batchMode == 1) {
5329 if ((batchMode == 1) && (featureMask & INV_DMP_PED_STANDALONE) &&
5343 if ((batchMode == 1) && (featureMask & INV_DMP_PED_QUATERNION) &&
5368 if ((batchMode == 1) && ((featureMask & INV_DMP_PED_INDICATOR))) {
5375 if ((batchMode == 1) && (featureMask & INV_DMP_6AXIS_QUATERNION) &&
5416 if (batchMode == 1) {
5447 if ((batchMode == 1) || enabled_sensors || mFeatureActiveMask) {