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

/frameworks/native/services/sensorservice/
H A DSensorService.h240 wp<const SensorEventConnection> * mMapFlushEventsToConnections; member in class:android::SensorService
H A DSensorService.cpp263 mMapFlushEventsToConnections = new wp<const SensorEventConnection> [minBufferSize];
604 mMapFlushEventsToConnections[i] = NULL;
609 mMapFlushEventsToConnections[i] = rec->getFirstPendingFlushConnection();
668 mMapFlushEventsToConnections);

Completed in 52 milliseconds