Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dplatform_handle_in_transit.h81 bool is_mach_port_name() const { return mach_port_name_ != MACH_PORT_NULL; } in is_mach_port_name() function
Dchannel.cc354 if (handle.is_mach_port_name() || handle.handle().is_mach_port()) in has_mach_ports()
422 if (!handle_vector_[i].is_mach_port_name() && in SetHandles()
428 mach_port_t port = handle_vector_[i].is_mach_port_name() in SetHandles()
466 if (handle.is_mach_port_name() || handle.handle().is_mach_port()) { in TakeHandlesForTransport()
Dchannel_posix.cc252 if (handle.is_mach_port_name()) { in GetReadPlatformHandles()
396 if (message.handles[i].is_mach_port_name()) { in FlushPendingMessagesWithMachPortsOnIOThread()