Lines Matching refs:messages
42 /// For messages from a nanoaapp to the host, this must be a superset of
48 // only valid for messages originating from a nanoapp.
52 // The receiver acknowledges reliable messages by sending a status back.
56 // The message sequence number used for reliable messages.
100 /// Whether reliable messages are supported
255 /// Represents log messages from CHRE.
267 /// messages. The last byte will always be a null-terminator. There are no
281 /// DebugDumpData messages are generated, followed by a DebugDumpResponse
295 /// The number of DebugDumpData messages sent in this session
360 /// Represents V2 log messages from CHRE.
405 /// messages. The last byte will always be a null-terminator. There are no
426 // CHRE may receive messages from this host afterwards.
448 // Represents metric messages from CHRE
458 // A container to store batched metrics messages
483 // Pulse messages are used to check if CHRE is up running.
487 /// A union that joins together all possible messages. Note that in FlatBuffers,
547 /// The top-level container that encapsulates all possible messages. Note that