Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h406 SensorEventConnection const **mMapFlushEventsToConnections; variable
DSensorService.cpp200 mMapFlushEventsToConnections = new SensorEventConnection const * [minBufferSize]; in onFirstRef()
570 mMapFlushEventsToConnections[i] = NULL; in threadLoop()
575 mMapFlushEventsToConnections[i] = rec->getFirstPendingFlushConnection(); in threadLoop()
588 mMapFlushEventsToConnections); in threadLoop()