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

/frameworks/native/services/sensorservice/
H A DSensorService.cpp428 result.appendFormat("%zd active connections\n", mActiveConnections.size());
430 for (size_t i=0 ; i < mActiveConnections.size() ; i++) {
431 sp<SensorEventConnection> connection(mActiveConnections[i].promote());
926 if (mActiveConnections.indexOf(result) < 0) {
927 mActiveConnections.add(result);
988 mActiveConnections.remove(connection);
1061 if (mActiveConnections.indexOf(connection) < 0) {
1062 mActiveConnections.add(connection);
1172 mActiveConnections.remove(connection);
1294 for (size_t i=0 ; i<mActiveConnections
[all...]
H A DSensorService.h198 // Promote all weak referecences in mActiveConnections vector to strong references and add them
237 SortedVector< wp<SensorEventConnection> > mActiveConnections; member in class:android::SensorService
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1326 private final ArrayMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections field in class:LoadedApk.ServiceDispatcher
1357 for (int i=0; i<mActiveConnections.size(); i++) {
1358 ServiceDispatcher.ConnectionInfo ci = mActiveConnections.valueAt(i);
1361 mActiveConnections.clear();
1416 old = mActiveConnections.get(name);
1429 mActiveConnections.put(name, info);
1433 mActiveConnections.remove(name);
1439 mActiveConnections.remove(name);
1459 ConnectionInfo old = mActiveConnections.get(name);
1465 mActiveConnections
[all...]

Completed in 122 milliseconds