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

  /frameworks/base/services/sensorservice/
SensorService.cpp 148 mActiveConnections.size());
263 return mActiveConnections;
319 mActiveConnections.remove(connection);
356 if (mActiveConnections.indexOf(connection) < 0) {
357 mActiveConnections.add(connection);
378 mActiveConnections.remove(connection);
SensorService.h 124 SortedVector< wp<SensorEventConnection> > mActiveConnections;
  /frameworks/base/core/java/android/app/
LoadedApk.java     [all...]
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 79 SortedVector< wp<SurfaceComposerClient> > mActiveConnections;
87 mActiveConnections.add(client);
92 mActiveConnections.remove(client);
102 const size_t N = mActiveConnections.size();
104 sp<SurfaceComposerClient> client(mActiveConnections[i].promote());
  /frameworks/base/libs/ui/
InputDispatcher.cpp     [all...]
  /frameworks/base/include/ui/
InputDispatcher.h     [all...]

Completed in 557 milliseconds