Searched refs:mBatchTimeouts (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 388 int64_t mBatchTimeouts[NumSensors]; variable
|
D | MPLSensor.cpp | 601 mBatchTimeouts[i] = 100000000000LL; in MPLSensor() 2344 LOGV_IF(ENG_VERBOSE, "sensor=%d, timeout=%lld", i, mBatchTimeouts[i]); in setBatch() 2345 ns = mBatchTimeouts[i]; in setBatch() 5595 mBatchTimeouts[what] = 100000000000LL; in batch() 5599 mBatchTimeouts[what] = timeout; in batch() 5615 mEnabled & (1 << d), (mBatchEnabled & (1 << d)), mBatchTimeouts[d], in batch() 5626 LOGV_IF(ENG_VERBOSE, "i=%d, timeout=%lld", i, mBatchTimeouts[i]); in batch() 5627 ns = mBatchTimeouts[i]; in batch()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 370 int64_t mBatchTimeouts[NumSensors]; variable
|
D | MPLSensor.cpp | 532 mBatchTimeouts[i] = 100000000000LL; in MPLSensor() 2552 LOGV_IF(ENG_VERBOSE, "sensor=%d, timeout=%lld", i, mBatchTimeouts[i]); 2553 ns = mBatchTimeouts[i]; 6010 mBatchTimeouts[what] = 100000000000LL; 6015 mBatchTimeouts[what] = timeout; 6115 mEnabled & (1 << d), (mBatchEnabled & (1 << d)), mBatchTimeouts[d],
|