Searched refs:numAcks (Results 1 – 1 of 1) sorted by relevance
576 uint32_t numAcks = 0; in handleEvent() local577 memcpy(&numAcks, buf, numBytesRead); in handleEvent()581 if (numAcks > 0 && numAcks < mWakeLockRefCount) { in handleEvent()582 mWakeLockRefCount -= numAcks; in handleEvent()587 mTotalAcksReceived += numAcks; in handleEvent()