Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h296 wp<const SensorEventConnection> * mMapFlushEventsToConnections; variable
DSensorService.cpp270 mMapFlushEventsToConnections = new wp<const SensorEventConnection> [minBufferSize]; in onFirstRef()
725 mMapFlushEventsToConnections[i] = NULL; in threadLoop()
730 mMapFlushEventsToConnections[i] = rec->getFirstPendingFlushConnection(); in threadLoop()
788 mMapFlushEventsToConnections); in threadLoop()