Home
last modified time | relevance | path

Searched defs:PortDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/ports/
Devent.h62 struct PortDescriptor { in COMPONENT_EXPORT() struct
65 NodeName peer_node_name; in COMPONENT_EXPORT()
66 PortName peer_port_name; in COMPONENT_EXPORT()
67 NodeName referring_node_name; in COMPONENT_EXPORT()
68 PortName referring_port_name; in COMPONENT_EXPORT()
69 uint64_t next_sequence_num_to_send; in COMPONENT_EXPORT()
70 uint64_t next_sequence_num_to_receive; in COMPONENT_EXPORT()
71 uint64_t last_sequence_num_to_receive; in COMPONENT_EXPORT()
72 bool peer_closed; in COMPONENT_EXPORT()
73 char padding[7]; in COMPONENT_EXPORT()
Devent.cc80 Event::PortDescriptor::PortDescriptor() { in PortDescriptor() function in mojo::core::ports::Event::PortDescriptor