Home
last modified time | relevance | path

Searched refs:activeConnections (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorService.cpp543 SortedVector< sp<SensorEventConnection> > activeConnections; in threadLoop() local
544 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 …]
DSensorService.h206 void populateActiveConnections( SortedVector< sp<SensorEventConnection> >* activeConnections);
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java747 int activeConnections = 0; in logConnectionPoolBusyLocked() local
754 activeConnections += 1; in logConnectionPoolBusyLocked()
765 msg.append("Connections: ").append(activeConnections).append(" active, "); in logConnectionPoolBusyLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1103 ArrayList<GsmCdmaConnection> activeConnections = new ArrayList<>(); in updateMetrics() local
1105 if (conn != null) activeConnections.add(conn); in updateMetrics()
1107 mMetrics.writeRilCallList(mPhone.getPhoneId(), activeConnections); in updateMetrics() local