Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/mojo/core/
H A Dchannel.h105 struct MachPortsExtraHeader { struct
107 uint16_t num_ports;
111 MachPortsEntry entries[0];
H A Dchannel_posix.cc201 using MachPortsExtraHeader = Channel::Message::MachPortsExtraHeader; in GetReadPlatformHandles() typedef