Lines Matching refs:ConnectionSafeAutolock

322     ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock);  in onUidStateChanged()
401 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in dump()
560 status_t SensorService::dumpProtoLocked(int fd, ConnectionSafeAutolock* connLock) const { in dumpProtoLocked()
676 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in disableAllSensors()
680 void SensorService::disableAllSensorsLocked(ConnectionSafeAutolock* connLock) { in disableAllSensorsLocked()
697 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in enableAllSensors()
701 void SensorService::enableAllSensorsLocked(ConnectionSafeAutolock* connLock) { in enableAllSensorsLocked()
720 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in capRates()
735 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in uncapRates()
926 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in threadLoop()
1092 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in resetAllWakeLockRefCounts()
1343 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in createSensorDirectConnection()
1544 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in cleanupConnection()
1689 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in enable()
2016 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in checkWakeLockState()
2020 void SensorService::checkWakeLockStateLocked(ConnectionSafeAutolock* connLock) { in checkWakeLockStateLocked()
2300 SensorService::ConnectionSafeAutolock::ConnectionSafeAutolock( in ConnectionSafeAutolock() function in android::SensorService::ConnectionSafeAutolock
2305 const std::vector<sp<ConnectionType>>& SensorService::ConnectionSafeAutolock::getConnectionsHelper( in getConnectionsHelper()
2320 SensorService::ConnectionSafeAutolock::getActiveConnections() { in getActiveConnections()
2326 SensorService::ConnectionSafeAutolock::getDirectConnections() { in getDirectConnections()
2353 SensorService::ConnectionSafeAutolock SensorService::SensorConnectionHolder::lock(Mutex& mutex) { in lock()
2354 return ConnectionSafeAutolock(*this, mutex); in lock()