Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc137 gOutboundQueue; variable
170 bool success = gOutboundQueue.push(message); in enqueueMessage()
607 PendingMessage pendingMsg = gOutboundQueue.pop(); in chre_slpi_get_message_to_host()
706 while (!gOutboundQueue.empty() && waitCount-- > 0) { in flushOutboundQueue()