Home
last modified time | relevance | path

Searched defs:MachPortsEntry (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Dchannel.h92 struct MachPortsEntry { struct
94 uint16_t index;
97 uint32_t mach_port;
Dchannel_posix.cc200 using MachPortsEntry = Channel::Message::MachPortsEntry; in GetReadPlatformHandles() typedef