Searched refs:MachPortAttachmentMac (Results 1 – 10 of 10) sorted by relevance
14 MachPortAttachmentMac::MachPortAttachmentMac(mach_port_t mach_port) in MachPortAttachmentMac() function in IPC::internal::MachPortAttachmentMac23 MachPortAttachmentMac::MachPortAttachmentMac(mach_port_t mach_port, in MachPortAttachmentMac() function in IPC::internal::MachPortAttachmentMac27 MachPortAttachmentMac::~MachPortAttachmentMac() { in ~MachPortAttachmentMac()36 MessageAttachment::Type MachPortAttachmentMac::GetType() const { in GetType()
21 class IPC_MESSAGE_SUPPORT_EXPORT MachPortAttachmentMac27 explicit MachPortAttachmentMac(mach_port_t mach_port);34 MachPortAttachmentMac(mach_port_t mach_port, FromWire from_wire);44 ~MachPortAttachmentMac() override;53 DISALLOW_COPY_AND_ASSIGN(MachPortAttachmentMac);
18 new IPC::internal::MachPortAttachmentMac(p.get_mach_port()))) { in Write()34 IPC::internal::MachPortAttachmentMac* mach_port_attachment = in Read()35 static_cast<IPC::internal::MachPortAttachmentMac*>(attachment); in Read()
70 auto* attachment = static_cast<internal::MachPortAttachmentMac*>(this); in TakeMojoHandle()134 return new internal::MachPortAttachmentMac( in CreateFromMojoHandle()135 mach_port, internal::MachPortAttachmentMac::FROM_WIRE); in CreateFromMojoHandle()
180 # On Mac MachPortAttachmentMac needs to generate random IDs.
69 auto* attachment = static_cast<internal::MachPortAttachmentMac*>(this); in TakeMojoHandle()133 return new internal::MachPortAttachmentMac( in CreateFromMojoHandle()134 mach_port, internal::MachPortAttachmentMac::FROM_WIRE); in CreateFromMojoHandle()
170 # On Mac MachPortAttachmentMac needs to generate random IDs.