HomeSort by relevance Sort by last modified time
    Searched full:activeconnections (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/sensorservice/
SensorService.cpp 543 SortedVector< sp<SensorEventConnection> > activeConnections;
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[i]->hasOneShotSensors())
    [all...]
SensorService.h 206 void populateActiveConnections( SortedVector< sp<SensorEventConnection> >* activeConnections);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 747 int activeConnections = 0;
754 activeConnections += 1;
765 msg.append("Connections: ").append(activeConnections).append(" active, ");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 2595 milliseconds