Home
last modified time | relevance | path

Searched refs:batchMode (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp2249 int batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); local
2251 if(((int)mOldBatchEnabledMask != batchMode) || batchMode) {
2252 setBatch(batchMode,0);
2254 mOldBatchEnabledMask = batchMode;
2342 if (!batchMode && (resetDataRates() < 0)) {
2358 int batchMode = 1; local
2410 batchMode, tempBatchSensor);
2411 return (batchMode && tempBatchSensor);
3059 int batchMode = 0; local
3099 batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled);
[all …]
DMPLSensor.h187 int selectAndSetQuaternion(int batchMode, int mEnabled, long long featureMask);
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp2163 int batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); in enableSensors() local
2165 if(((int)mOldBatchEnabledMask != batchMode) || batchMode) { in enableSensors()
2166 setBatch(batchMode,1); in enableSensors()
2168 mOldBatchEnabledMask = batchMode; in enableSensors()
2263 int batchMode = 1; in computeBatchSensorMask() local
2316 batchMode, tempBatchSensor); in computeBatchSensorMask()
2317 return (batchMode && tempBatchSensor); in computeBatchSensorMask()
2756 int batchMode = 0; in enable() local
2777 batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); in enable()
2779 if(((int)mOldBatchEnabledMask != batchMode) || batchMode) { in enable()
[all …]