Home
last modified time | relevance | path

Searched refs:mBatchTimeouts (Results 1 – 4 of 4) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h366 int64_t mBatchTimeouts[NumSensors]; variable
DMPLSensor.cpp504 mBatchTimeouts[i] = 100000000000LL; in MPLSensor()
2500 LOGV_IF(ENG_VERBOSE, "sensor=%d, timeout=%lld", i, mBatchTimeouts[i]);
2501 ns = mBatchTimeouts[i];
5700 mBatchTimeouts[what] = 100000000000LL;
5705 mBatchTimeouts[what] = timeout;
5728 mEnabled & (1 << d), (mBatchEnabled & (1 << d)), mBatchTimeouts[d],
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h388 int64_t mBatchTimeouts[NumSensors]; variable
DMPLSensor.cpp605 mBatchTimeouts[i] = 100000000000LL; in MPLSensor()
2351 LOGV_IF(ENG_VERBOSE, "sensor=%d, timeout=%lld", i, mBatchTimeouts[i]); in setBatch()
2352 ns = mBatchTimeouts[i]; in setBatch()
5624 mBatchTimeouts[what] = 100000000000LL; in batch()
5628 mBatchTimeouts[what] = timeout; in batch()
5644 mEnabled & (1 << d), (mBatchEnabled & (1 << d)), mBatchTimeouts[d], in batch()
5655 LOGV_IF(ENG_VERBOSE, "i=%d, timeout=%lld", i, mBatchTimeouts[i]); in batch()
5656 ns = mBatchTimeouts[i]; in batch()