Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dchannel.h146 bool has_mach_ports() const;
Dnode_channel.cc420 DCHECK(message->has_mach_ports()); in RelayPortsMessage()
865 if (message->has_mach_ports()) { in WriteChannelMessage()
Dchannel.cc282 bool Channel::Message::has_mach_ports() const { in has_mach_ports() function in mojo::edk::Channel::Message
Dnode_controller.cc670 if (channel_message->has_mach_ports()) { in SendPeerMessage()