Searched defs:batchMode (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp2197 int batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); local
2199 if(((int)mOldBatchEnabledMask != batchMode) || batchMode) {
2200 setBatch(batchMode,0);
2202 mOldBatchEnabledMask = batchMode;
2290 if (!batchMode && (resetDataRates() < 0)) {
2306 int batchMode = 1; local
2357 "HAL:computeBatchSensorMask: batchMode=%d, mBatchEnabled=%0x",
2358 batchMode, tempBatchSensor);
2359 return (batchMode
2835 int batchMode = 0; local
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp2168 int batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); local
2170 if(((int)mOldBatchEnabledMask != batchMode) || batchMode) {
2171 setBatch(batchMode,1);
2173 mOldBatchEnabledMask = batchMode;
2268 int batchMode = 1; local
2320 "HAL:computeBatchSensorMask: batchMode=%d, mBatchEnabled=%0x",
2321 batchMode, tempBatchSensor);
2322 return (batchMode && tempBatchSensor);
2764 int batchMode local
[all...]

Completed in 58 milliseconds