Home | History | Annotate | Download | only in libsensors_iio

Lines Matching defs:batchMode

1934         LOGV_IF(EXTRA_VERBOSE, "HAL:MPL:batchmode timeout is zero");      
2163 int batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled);
2165 if(((int)mOldBatchEnabledMask != batchMode) || batchMode) {
2166 setBatch(batchMode,1);
2168 mOldBatchEnabledMask = batchMode;
2263 int batchMode = 1;
2315 "HAL:computeBatchSensorMask: batchMode=%d, mBatchEnabled=%0x",
2316 batchMode, tempBatchSensor);
2317 return (batchMode && tempBatchSensor);
2336 /* take the minimum batchmode timeout */
2756 int batchMode = 0;
2777 batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled);
2779 if(((int)mOldBatchEnabledMask != batchMode) || batchMode) {
2780 setBatch(batchMode,1);
2782 mOldBatchEnabledMask = batchMode;
5500 int batchMode = timeout > 0 ? 1 : 0;
5544 batchMode = 0;
5546 batchMode = 1;
5555 if (batchMode == 1) {
5603 mOldBatchEnabledMask = batchMode;
5609 LOGV_IF(ENG_VERBOSE, "batchMode =%d, featureMask=0x%x, mEnabled=%d",
5610 batchMode, featureMask, mEnabled);
5620 /* take the minimum batchmode timeout */
5621 if (batchMode == 1) {
5657 if ((batchMode == 1) && (featureMask & INV_DMP_PED_STANDALONE) &&
5671 if ((batchMode == 1) && (featureMask & INV_DMP_PED_QUATERNION) &&
5696 if ((batchMode == 1) && ((featureMask & INV_DMP_PED_INDICATOR))) {
5703 if ((batchMode == 1) && (featureMask & INV_DMP_6AXIS_QUATERNION) &&
5747 if (batchMode == 1) {