Searched refs:activeConnections (Results 1 – 4 of 4) sorted by relevance
543 SortedVector< sp<SensorEventConnection> > activeConnections; in threadLoop() local544 populateActiveConnections(&activeConnections); in threadLoop()669 size_t numConnections = activeConnections.size(); in threadLoop()671 if (activeConnections[i] != NULL) { in threadLoop()672 activeConnections[i]->removeSensor(handle); in threadLoop()683 size_t numConnections = activeConnections.size(); in threadLoop()685 if (activeConnections[i] != 0) { in threadLoop()686 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch, in threadLoop()688 needsWakeLock |= activeConnections[i]->needsWakeLock(); in threadLoop()691 if (activeConnections[i]->hasOneShotSensors()) { in threadLoop()[all …]
206 void populateActiveConnections( SortedVector< sp<SensorEventConnection> >* activeConnections);
747 int activeConnections = 0; in logConnectionPoolBusyLocked() local754 activeConnections += 1; in logConnectionPoolBusyLocked()765 msg.append("Connections: ").append(activeConnections).append(" active, "); in logConnectionPoolBusyLocked()
1103 ArrayList<GsmCdmaConnection> activeConnections = new ArrayList<>(); in updateMetrics() local1105 if (conn != null) activeConnections.add(conn); in updateMetrics()1107 mMetrics.writeRilCallList(mPhone.getPhoneId(), activeConnections); in updateMetrics() local