OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActiveConnections
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/sensorservice/
SensorService.cpp
428
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());
[
all
...]
SensorService.h
198
// Promote all weak referecences in
mActiveConnections
vector to strong references and add them
237
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
Completed in 3415 milliseconds