Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.cpp480 mMapFlushEventsToConnections = new wp<const SensorEventConnection> [minBufferSize]; in onFirstRef()
1071 mMapFlushEventsToConnections); in sendEventsToAllClients()
1112 mMapFlushEventsToConnections[0] = nullptr; in handleDeviceReconnection()
1237 mMapFlushEventsToConnections[i] = nullptr; in threadLoop()
1242 mMapFlushEventsToConnections[i] = rec->getFirstPendingFlushConnection(); in threadLoop()
DSensorService.h569 wp<const SensorEventConnection> * mMapFlushEventsToConnections; variable