Home | History | Annotate | Download | only in system

Lines Matching defs:transport_endpoint

223   MojoInvitationTransportEndpoint transport_endpoint;
224 transport_endpoint.struct_size = sizeof(transport_endpoint);
225 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL;
226 transport_endpoint.num_platform_handles = 1;
227 transport_endpoint.platform_handles = &endpoint_handle;
231 MojoAcceptInvitation(&transport_endpoint, nullptr, &invitation_handle);
247 MojoInvitationTransportEndpoint transport_endpoint;
248 transport_endpoint.struct_size = sizeof(transport_endpoint);
249 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL;
250 transport_endpoint.num_platform_handles = 1;
251 transport_endpoint.platform_handles = &endpoint_handle;
259 MojoAcceptInvitation(&transport_endpoint, &options, &invitation_handle);