Home
last modified time | relevance | path

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

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