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

/frameworks/native/services/sensorservice/
H A DSensorService.cpp399 result.appendFormat("%zd active connections\n", mActiveConnections.size());
401 for (size_t i=0 ; i < mActiveConnections.size() ; i++) {
402 sp<SensorEventConnection> connection(mActiveConnections[i].promote());
757 if (mActiveConnections.indexOf(result) < 0) {
758 mActiveConnections.add(result);
819 mActiveConnections.remove(connection);
895 if (mActiveConnections.indexOf(connection) < 0) {
896 mActiveConnections.add(connection);
1004 mActiveConnections.remove(connection);
1126 for (size_t i=0 ; i<mActiveConnections
[all...]
H A DSensorService.h373 // Promote all weak referecences in mActiveConnections vector to strong references and add them
403 SortedVector< wp<SensorEventConnection> > mActiveConnections; member in class:android::SensorService
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1082 private final ArrayMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections field in class:LoadedApk.ServiceDispatcher
1113 for (int i=0; i<mActiveConnections.size(); i++) {
1114 ServiceDispatcher.ConnectionInfo ci = mActiveConnections.valueAt(i);
1117 mActiveConnections.clear();
1159 old = mActiveConnections.remove(name);
1185 old = mActiveConnections.get(name);
1199 mActiveConnections.put(name, info);
1203 mActiveConnections.remove(name);
1209 mActiveConnections.remove(name);

Completed in 64 milliseconds