Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc121 FixedSizeBlockingQueue<PendingMessage, kOutboundQueueSize> gOutboundQueue; variable
155 bool success = gOutboundQueue.push(message); in enqueueMessage()
485 PendingMessage pendingMsg = gOutboundQueue.pop(); in chre_slpi_get_message_to_host()
631 while (!gOutboundQueue.empty() && waitCount-- > 0) { in flushOutboundQueue()
/system/chre/platform/tinysys/
Dhost_link.cc164 gOutboundQueue; variable
278 return gOutboundQueue.push(pendingMsg); in enqueueMessage()
470 auto msg = gOutboundQueue.pop(); in vChreSendTask()