Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.cpp322 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in onUidStateChanged() local
415 disableAllSensorsLocked(&connLock); in dump()
423 enableAllSensorsLocked(&connLock); in dump()
450 return dumpProtoLocked(fd, &connLock); in dump()
676 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in disableAllSensors() local
677 disableAllSensorsLocked(&connLock); in disableAllSensors()
697 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in enableAllSensors() local
698 enableAllSensorsLocked(&connLock); in enableAllSensors()
720 ConnectionSafeAutolock connLock = mConnectionHolder.lock(mLock); in capRates() local
1580 checkWakeLockStateLocked(&connLock); in cleanupConnection()
[all …]
H A DSensorService.h346 status_t dumpProtoLocked(int fd, ConnectionSafeAutolock* connLock) const;
371 void checkWakeLockStateLocked(ConnectionSafeAutolock* connLock);
440 void disableAllSensorsLocked(ConnectionSafeAutolock* connLock);
443 void enableAllSensorsLocked(ConnectionSafeAutolock* connLock);