Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.cpp301 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in setSensorAccess() local
302 for (const sp<SensorEventConnection>& conn : connLock.getActiveConnections()) { in setSensorAccess()
358 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in dump() local
372 disableAllSensorsLocked(&connLock); in dump()
380 enableAllSensorsLocked(&connLock); in dump()
471 const auto& activeConnections = connLock.getActiveConnections(); in dump()
478 const auto& directConnections = connLock.getDirectConnections(); in dump()
509 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in disableAllSensors() local
510 disableAllSensorsLocked(&connLock); in disableAllSensors()
513 void SensorService::disableAllSensorsLocked(ConnectionSafeAutolock* connLock) { in disableAllSensorsLocked() argument
[all …]
DSensorService.h312 void checkWakeLockStateLocked(ConnectionSafeAutolock* connLock);
364 void disableAllSensorsLocked(ConnectionSafeAutolock* connLock);
367 void enableAllSensorsLocked(ConnectionSafeAutolock* connLock);