Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/slpi/
H A Dhost_link.cc74 enum class PendingMessageType { enum
96 PendingMessage(PendingMessageType msgType, in PendingMessage()
107 PendingMessageType type;
602 case PendingMessageType::Shutdown: in chre_slpi_get_message_to_host()
611 case PendingMessageType::HubInfoResponse: in chre_slpi_get_message_to_host()
616 case PendingMessageType::NanoappListResponse: in chre_slpi_get_message_to_host()
619 case PendingMessageType::DebugDumpData: in chre_slpi_get_message_to_host()
620 case PendingMessageType::DebugDumpResponse: in chre_slpi_get_message_to_host()
621 case PendingMessageType::TimeSyncRequest: in chre_slpi_get_message_to_host()
624 case PendingMessageType::EncodedLogMessage: in chre_slpi_get_message_to_host()
[all …]