Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dchannel.h71 struct MachPortsEntry { struct
80 static_assert(sizeof(MachPortsEntry) == 6,
90 MachPortsEntry entries[0];
Dchannel_posix.cc155 using MachPortsEntry = Channel::Message::MachPortsEntry; in GetReadPlatformHandles() typedef
158 sizeof(MachPortsExtraHeader) + num_handles * sizeof(MachPortsEntry)); in GetReadPlatformHandles()
169 const MachPortsEntry* mach_ports = mach_ports_header->entries; in GetReadPlatformHandles()
Dchannel.cc61 sizeof(MachPortsExtraHeader) + (max_handles * sizeof(MachPortsEntry)); in Message()
160 sizeof(MachPortsEntry); in Deserialize()