HomeSort by relevance Sort by last modified time
    Searched refs:activeConnections (Results 1 - 7 of 7) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java 149 List<IConferenceable> activeConnections = new ArrayList<>(mTelephonyConnections.size());
160 activeConnections.add(connection);
178 activeConnections.add(conference);
188 Log.v(this, "active: %d, holding: %d", activeConnections.size(),
193 for (IConferenceable conferenceable : activeConnections) {
205 connection.setConferenceables(activeConnections);
TelephonyConferenceController.java 109 List<Connection> activeConnections = new ArrayList<>(mTelephonyConnections.size());
119 activeConnections.add(connection);
133 activeConnections.size(), backgroundConnections.size());
137 for (Connection connection : activeConnections) {
144 connection.setConferenceableConnections(activeConnections);
  /frameworks/native/services/sensorservice/
SensorService.cpp 410 SortedVector< sp<SensorEventConnection> > activeConnections;
411 populateActiveConnections(&activeConnections);
499 size_t numConnections = activeConnections.size();
501 if (activeConnections[i] != 0) {
502 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch,
504 needsWakeLock |= activeConnections[i]->needsWakeLock();
507 if (activeConnections[i]->hasOneShotSensors()) {
508 cleanupAutoDisabledSensorLocked(activeConnections[i], mSensorEventBuffer,
529 SortedVector< sp<SensorEventConnection> > activeConnections;
530 populateActiveConnections(&activeConnections);
    [all...]
SensorService.h 255 void populateActiveConnections(SortedVector< sp<SensorEventConnection> >* activeConnections);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 747 int activeConnections = 0;
754 activeConnections += 1;
765 msg.append("Connections: ").append(activeConnections).append(" active, ");
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 137 milliseconds