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

  /frameworks/native/services/sensorservice/
SensorService.cpp 475 result.appendFormat("%zd active connections\n", mActiveConnections.size());
476 for (size_t i=0 ; i < mActiveConnections.size() ; i++) {
477 sp<SensorEventConnection> connection(mActiveConnections[i].promote());
    [all...]
SensorService.h 241 // Promote all weak referecences in mActiveConnections vector to strong references and add them
293 SortedVector< wp<SensorEventConnection> > mActiveConnections;
  /frameworks/base/core/java/android/app/
LoadedApk.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 99 milliseconds