Searched defs:activeConnections (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorService.cpp543 SortedVector< sp<SensorEventConnection> > activeConnections; local
544 populateActiveConnections(&activeConnections);
669 size_t numConnections = activeConnections.size();
671 if (activeConnections[i] != NULL) {
672 activeConnections[i]->removeSensor(handle);
683 size_t numConnections = activeConnections.size();
685 if (activeConnections[i] != 0) {
686 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch,
688 needsWakeLock |= activeConnections[i]->needsWakeLock();
691 if (activeConnections[
713 SortedVector< sp<SensorEventConnection> > activeConnections; local
1489 populateActiveConnections( SortedVector< sp<SensorEventConnection> >* activeConnections) argument
[all...]

Completed in 173 milliseconds