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

/frameworks/native/services/sensorservice/
H A DSensorService.cpp449 result.appendFormat("%zd active connections\n", mActiveConnections.size());
450 for (size_t i=0 ; i < mActiveConnections.size() ; i++) {
451 sp<SensorEventConnection> connection(mActiveConnections[i].promote());
938 if (mActiveConnections.indexOf(result) < 0) {
939 mActiveConnections.add(result);
1161 mActiveConnections.remove(connection);
1244 if (mActiveConnections.indexOf(connection) < 0) {
1245 mActiveConnections.add(connection);
1345 mActiveConnections.remove(connection);
1467 for (size_t i=0 ; i<mActiveConnections
[all...]
H A DSensorService.h204 // Promote all weak referecences in mActiveConnections vector to strong references and add them
244 SortedVector< wp<SensorEventConnection> > mActiveConnections; member in class:android::SensorService
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1504 private final ArrayMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections field in class:LoadedApk.ServiceDispatcher
1535 for (int i=0; i<mActiveConnections.size(); i++) {
1536 ServiceDispatcher.ConnectionInfo ci = mActiveConnections.valueAt(i);
1539 mActiveConnections.clear();
1594 old = mActiveConnections.get(name);
1607 mActiveConnections.put(name, info);
1611 mActiveConnections.remove(name);
1617 mActiveConnections.remove(name);
1640 ConnectionInfo old = mActiveConnections.get(name);
1646 mActiveConnections
[all...]

Completed in 198 milliseconds