Home | History | Annotate | Download | only in core

Lines Matching defs:transport_endpoint

371   MojoInvitationTransportEndpoint transport_endpoint;
372 transport_endpoint.struct_size = sizeof(transport_endpoint);
374 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL;
376 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL_SERVER;
377 transport_endpoint.num_platform_handles = 1;
378 transport_endpoint.platform_handles = &handle;
389 MojoSendInvitation(invitation, &process_handle, &transport_endpoint,
414 transport_endpoint;
415 transport_endpoint.struct_size = sizeof(transport_endpoint);
416 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL;
417 transport_endpoint.num_platform_handles = 1;
418 transport_endpoint.platform_handles = &endpoint_handle;
425 MojoAcceptInvitation(&transport_endpoint, &options, &invitation));