Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp5622 int64_t tempTimeout = 100000000000LL; in batch() local
5628 tempTimeout = (ns < tempTimeout) ? ns : tempTimeout; in batch()
5631 timeout = tempTimeout; in batch()