Searched refs:mMaxInFlightPackets (Results 1 – 2 of 2) sorted by relevance
144 mMaxInFlightPackets = maxPackets; in setMaxInFlightPackets()209 if (mBuffersInUse.size() >= mMaxInFlightPackets) { in queuePacket()
97 uint32_t mMaxInFlightPackets; variable