Searched refs:activeConnections (Results 1 – 4 of 4) sorted by relevance
293 SortedVector< sp<SensorEventConnection> > activeConnections; in setSensorAccess() local294 populateActiveConnections(&activeConnections); in setSensorAccess()297 for (size_t i = 0 ; i < activeConnections.size(); i++) { in setSensorAccess()298 if (activeConnections[i] != 0 && activeConnections[i]->getUid() == uid) { in setSensorAccess()299 activeConnections[i]->setSensorAccess(hasAccess); in setSensorAccess()645 SortedVector< sp<SensorEventConnection> > activeConnections; in threadLoop() local646 populateActiveConnections(&activeConnections); in threadLoop()771 size_t numConnections = activeConnections.size(); in threadLoop()773 if (activeConnections[i] != NULL) { in threadLoop()774 activeConnections[i]->removeSensor(handle); in threadLoop()[all …]
243 void populateActiveConnections( SortedVector< sp<SensorEventConnection> >* activeConnections);
832 int activeConnections = 0; in logConnectionPoolBusyLocked() local839 activeConnections += 1; in logConnectionPoolBusyLocked()850 msg.append("Connections: ").append(activeConnections).append(" active, "); in logConnectionPoolBusyLocked()
1109 ArrayList<GsmCdmaConnection> activeConnections = new ArrayList<>(); in updateMetrics() local1111 if (conn != null) activeConnections.add(conn); in updateMetrics()1113 mMetrics.writeRilCallList(mPhone.getPhoneId(), activeConnections); in updateMetrics() local