Lines Matching refs:mWakeLockRefCount
31 : mService(service), mUid(uid), mWakeLockRefCount(0), mHasLooperCallbacks(false), in SensorEventConnection()
55 return !mDead && mWakeLockRefCount > 0; in needsWakeLock()
60 mWakeLockRefCount = 0; in resetWakeLockRefCount()
67 "max cache size %d\n", mPackageName.string(), mWakeLockRefCount, mUid, mCacheSize, in dump()
320 ++mWakeLockRefCount; in sendEvents()
334 if (mWakeLockRefCount > 0) { in sendEvents()
335 --mWakeLockRefCount; in sendEvents()
400 ++mWakeLockRefCount; in sendPendingFlushEventsLocked()
405 if (wakeUpSensor) --mWakeLockRefCount; in sendPendingFlushEventsLocked()
430 ++mWakeLockRefCount; in writeToSocketFromCache()
444 if (mWakeLockRefCount > 0) { in writeToSocketFromCache()
445 --mWakeLockRefCount; in writeToSocketFromCache()
536 mWakeLockRefCount = 0; in handleEvent()
581 if (numAcks > 0 && numAcks < mWakeLockRefCount) { in handleEvent()
582 mWakeLockRefCount -= numAcks; in handleEvent()
584 mWakeLockRefCount = 0; in handleEvent()
591 mWakeLockRefCount = 0; in handleEvent()
596 if (mWakeLockRefCount == 0) { in handleEvent()