Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc710 int waitCount = 5; in flushOutboundQueue() local
713 while (!gOutboundQueue.empty() && waitCount-- > 0) { in flushOutboundQueue()
717 return (waitCount >= 0); in flushOutboundQueue()