Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc599 PendingMessage pendingMsg = gOutboundQueue.pop(); in chre_slpi_get_message_to_host() local
601 switch (pendingMsg.type) { in chre_slpi_get_message_to_host()
607 result = generateMessageToHost(pendingMsg.data.msgToHost, buffer, in chre_slpi_get_message_to_host()
612 result = generateHubInfoResponse(pendingMsg.data.hostClientId, buffer, in chre_slpi_get_message_to_host()
627 pendingMsg.data.builder, buffer, bufferSize, messageLen, in chre_slpi_get_message_to_host()
628 pendingMsg.type == PendingMessageType::EncodedLogMessage); in chre_slpi_get_message_to_host()