Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h238 SensorEventConnection const **mMapFlushEventsToConnections; variable
DSensorService.cpp252 mMapFlushEventsToConnections = new SensorEventConnection const * [minBufferSize]; in onFirstRef()
590 mMapFlushEventsToConnections[i] = NULL; in threadLoop()
595 mMapFlushEventsToConnections[i] = rec->getFirstPendingFlushConnection(); in threadLoop()
654 mMapFlushEventsToConnections); in threadLoop()