Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/ports/
Dnode.cc525 PortRef attached_port_ref; in OnUserMessage() local
526 if (GetPort(message->ports()[i], &attached_port_ref) == OK) { in OnUserMessage()
527 ClosePort(attached_port_ref); in OnUserMessage()