Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.h103 int32_t mWakeEventCount; member
Dhubconnection.cpp145 mWakeEventCount = 0; in HubConnection()
568 if (mWakeEventCount > 0) in decrementIfWakeEventLocked()
569 mWakeEventCount--; in decrementIfWakeEventLocked()
572 __FUNCTION__, sensor, mWakeEventCount); in decrementIfWakeEventLocked()
575 return mWakeEventCount; in decrementIfWakeEventLocked()
585 mWakeEventCount++; in protectIfWakeEventLocked()
593 if (mWakelockHeld && (mWakeEventCount == 0)) { in releaseWakeLockIfAppropriate()