Home
last modified time | relevance | path

Searched defs:mach_port (Results 1 – 6 of 6) sorted by relevance

/external/cronet/ipc/
Dmach_port_mac.h25 explicit MachPortMac(mach_port_t mach_port) : mach_port_(mach_port) {} in MachPortMac()
33 void set_mach_port(mach_port_t mach_port) { mach_port_ = mach_port; } in set_mach_port()
Dmach_port_attachment_mac.cc14 MachPortAttachmentMac::MachPortAttachmentMac(mach_port_t mach_port) in MachPortAttachmentMac()
23 MachPortAttachmentMac::MachPortAttachmentMac(mach_port_t mach_port, in MachPortAttachmentMac()
Dipc_message_attachment.cc134 mach_port_t mach_port = MACH_PORT_NULL; in CreateFromMojoHandle() local
/external/libchrome/ipc/
Dipc_message_attachment.cc130 mach_port_t mach_port = MACH_PORT_NULL; in CreateFromMojoHandle() local
/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.cc97 PlatformHandle::PlatformHandle(base::mac::ScopedMachSendRight mach_port) in PlatformHandle()
/external/libchrome/mojo/core/
Dchannel.h97 uint32_t mach_port; member