Searched refs:mMapFlushEventsToConnections (Results 1 – 2 of 2) sorted by relevance
480 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()
569 wp<const SensorEventConnection> * mMapFlushEventsToConnections; variable