Searched refs:numAcks (Results 1 – 1 of 1) sorted by relevance
1890 uint32_t numAcks = 0; in handleEvent() local1891 memcpy(&numAcks, buf, numBytesRead); in handleEvent()1895 if (numAcks > 0 && numAcks < mWakeLockRefCount) { in handleEvent()1896 mWakeLockRefCount -= numAcks; in handleEvent()1901 mTotalAcksReceived += numAcks; in handleEvent()