Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc607 PendingMessage pendingMsg = gOutboundQueue.pop(); in chre_slpi_get_message_to_host() local
609 switch (pendingMsg.type) { in chre_slpi_get_message_to_host()
615 result = generateMessageToHost(pendingMsg.data.msgToHost, buffer, in chre_slpi_get_message_to_host()
620 result = generateHubInfoResponse(pendingMsg.data.hostClientId, buffer, in chre_slpi_get_message_to_host()
632 result = generateMessageFromBuilder(pendingMsg.data.builder, in chre_slpi_get_message_to_host()