Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
Dmultihal.cpp364 int queueCount = 0; in poll() local
368 queueCount = (int)this->queues.size(); in poll()
370 while (empties < queueCount && eventsRead < maxReads) { in poll()
386 this->nextReadIndex = (this->nextReadIndex + 1) % queueCount; in poll()