Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/ports/
Devent.h21 struct PortDescriptor { struct
22 PortDescriptor();
73 PortDescriptor new_port_descriptor;
98 inline const PortDescriptor* GetPortDescriptors(const UserEventData* event) { in GetPortDescriptors()
99 return reinterpret_cast<const PortDescriptor*>( in GetPortDescriptors()
103 inline PortDescriptor* GetMutablePortDescriptors(UserEventData* event) { in GetMutablePortDescriptors()
104 return reinterpret_cast<PortDescriptor*>(reinterpret_cast<char*>(event + 1)); in GetMutablePortDescriptors()
Devent.cc17 static_assert(sizeof(PortDescriptor) % kPortsMessageAlignment == 0,
40 PortDescriptor::PortDescriptor() { in PortDescriptor() function in mojo::edk::ports::PortDescriptor
Dmessage.cc59 event_data->num_ports * sizeof(PortDescriptor); in Parse()
76 num_ports * sizeof(PortDescriptor), in Message()
Dnode.h171 PortDescriptor* port_descriptor);
173 const PortDescriptor& port_descriptor);
Dnode.cc952 PortDescriptor* port_descriptor) { in WillSendPort()
990 const PortDescriptor& port_descriptor) { in AcceptPort()
1075 PortDescriptor* port_descriptors = in WillSendMessage_Locked()