Searched refs:mActiveConnections (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorService.cpp223 mActiveConnections.size());
353 return mActiveConnections;
424 mActiveConnections.remove(connection);
466 if (mActiveConnections.indexOf(connection) < 0) {
467 mActiveConnections.add(connection);
493 mActiveConnections.remove(connection);
H A DSensorService.h129 SortedVector< wp<SensorEventConnection> > mActiveConnections; member in class:android::SensorService
/frameworks/base/core/java/android/app/
H A DLoadedApk.java959 private final HashMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections field in class:LoadedApk.ServiceDispatcher
990 Iterator<ServiceDispatcher.ConnectionInfo> it = mActiveConnections.values().iterator();
995 mActiveConnections.clear();
1037 old = mActiveConnections.remove(name);
1063 old = mActiveConnections.get(name);
1077 mActiveConnections.put(name, info);
1081 mActiveConnections.remove(name);
1087 mActiveConnections.remove(name);

Completed in 46 milliseconds