Home
last modified time | relevance | path

Searched refs:populateActiveConnections (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorService.h200 void populateActiveConnections( SortedVector< sp<SensorEventConnection> >* activeConnections);
DSensorService.cpp511 populateActiveConnections(&activeConnections); in threadLoop()
681 populateActiveConnections(&activeConnections); in resetAllWakeLockRefCounts()
1302 void SensorService::populateActiveConnections( in populateActiveConnections() function in android::SensorService