HomeSort by relevance Sort by last modified time
    Searched defs:transport_endpoint (Results 1 - 2 of 2) sorted by null

  /external/libchrome/mojo/public/cpp/system/
invitation.cc 223 MojoInvitationTransportEndpoint transport_endpoint; local
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; local
248 transport_endpoint.struct_size = sizeof(transport_endpoint);
    [all...]
  /external/libchrome/mojo/core/
invitation_unittest.cc 371 MojoInvitationTransportEndpoint transport_endpoint; local
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 MojoInvitationTransportEndpoint transport_endpoint; local
415 transport_endpoint.struct_size = sizeof(transport_endpoint)
    [all...]

Completed in 206 milliseconds