OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActiveConnections
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/sensorservice/
SensorService.cpp
342
result.appendFormat("%zd active connections\n",
mActiveConnections
.size());
344
for (size_t i=0 ; i <
mActiveConnections
.size() ; i++) {
345
sp<SensorEventConnection> connection(
mActiveConnections
[i].promote());
413
for (size_t i=0 ; i <
mActiveConnections
.size(); ++i) {
414
sp<SensorEventConnection> connection(
mActiveConnections
[i].promote());
672
mActiveConnections
.remove(connection);
735
if (
mActiveConnections
.indexOf(connection) < 0) {
736
mActiveConnections
.add(connection);
817
mActiveConnections
.remove(connection);
[
all
...]
SensorService.h
255
SortedVector< wp<SensorEventConnection> >
mActiveConnections
;
/frameworks/base/core/java/android/app/
LoadedApk.java
[
all
...]
Completed in 190 milliseconds