Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
Dmultihal.cpp201 int nextReadIndex; member
340 SensorEventQueue* queue = this->queues.at(this->nextReadIndex); in poll()
346 this->copy_event_remap_handle(&data[eventsRead], event, nextReadIndex); in poll()
355 this->nextReadIndex = (this->nextReadIndex + 1) % queueCount; in poll()
663 dev->nextReadIndex = 0; in open_sensors()