Searched refs:mBatchTimeouts (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 366 int64_t mBatchTimeouts[NumSensors]; variable
|
D | MPLSensor.cpp | 504 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/ |
D | MPLSensor.h | 388 int64_t mBatchTimeouts[NumSensors]; variable
|
D | MPLSensor.cpp | 605 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()
|