Searched refs:transport_endpoint (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/mojo/public/cpp/system/ |
D | invitation.cc | 223 MojoInvitationTransportEndpoint transport_endpoint; in Accept() local 224 transport_endpoint.struct_size = sizeof(transport_endpoint); in Accept() 225 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL; in Accept() 226 transport_endpoint.num_platform_handles = 1; in Accept() 227 transport_endpoint.platform_handles = &endpoint_handle; in Accept() 231 MojoAcceptInvitation(&transport_endpoint, nullptr, &invitation_handle); in Accept() 247 MojoInvitationTransportEndpoint transport_endpoint; in AcceptIsolated() local 248 transport_endpoint.struct_size = sizeof(transport_endpoint); in AcceptIsolated() 249 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL; in AcceptIsolated() 250 transport_endpoint.num_platform_handles = 1; in AcceptIsolated() [all …]
|
/external/libchrome/mojo/core/ |
D | invitation_unittest.cc | 371 MojoInvitationTransportEndpoint transport_endpoint; in SendInvitationToClient() local 372 transport_endpoint.struct_size = sizeof(transport_endpoint); in SendInvitationToClient() 374 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL; in SendInvitationToClient() 376 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL_SERVER; in SendInvitationToClient() 377 transport_endpoint.num_platform_handles = 1; in SendInvitationToClient() 378 transport_endpoint.platform_handles = &handle; in SendInvitationToClient() 389 MojoSendInvitation(invitation, &process_handle, &transport_endpoint, in SendInvitationToClient() 414 MojoInvitationTransportEndpoint transport_endpoint; local 415 transport_endpoint.struct_size = sizeof(transport_endpoint); 416 transport_endpoint.type = MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL; [all …]
|
D | core.cc | 1284 const MojoInvitationTransportEndpoint* transport_endpoint, in SendInvitation() argument 1315 if (!transport_endpoint) in SendInvitation() 1317 if (transport_endpoint->struct_size < sizeof(*transport_endpoint)) in SendInvitation() 1319 if (transport_endpoint->num_platform_handles == 0) in SendInvitation() 1321 if (!transport_endpoint->platform_handles) in SendInvitation() 1323 if (transport_endpoint->type != MOJO_INVITATION_TRANSPORT_TYPE_CHANNEL && in SendInvitation() 1324 transport_endpoint->type != in SendInvitation() 1336 &transport_endpoint->platform_handles[0]); in SendInvitation() 1342 if (transport_endpoint->type == in SendInvitation() 1398 const MojoInvitationTransportEndpoint* transport_endpoint, in AcceptInvitation() argument [all …]
|
D | entrypoints.cc | 315 const MojoInvitationTransportEndpoint* transport_endpoint, in MojoSendInvitationImpl() argument 320 transport_endpoint, error_handler, in MojoSendInvitationImpl() 325 const MojoInvitationTransportEndpoint* transport_endpoint, in MojoAcceptInvitationImpl() argument 328 return g_core->AcceptInvitation(transport_endpoint, options, in MojoAcceptInvitationImpl()
|
D | core.h | 325 const MojoInvitationTransportEndpoint* transport_endpoint, 330 const MojoInvitationTransportEndpoint* transport_endpoint,
|
/external/libchrome/mojo/public/c/system/ |
D | invitation.h | 410 const struct MojoInvitationTransportEndpoint* transport_endpoint, 448 const struct MojoInvitationTransportEndpoint* transport_endpoint,
|
D | thunks.cc | 439 const MojoInvitationTransportEndpoint* transport_endpoint, in MojoSendInvitation() argument 444 transport_endpoint, error_handler, error_handler_context, in MojoSendInvitation() 449 const MojoInvitationTransportEndpoint* transport_endpoint, in MojoAcceptInvitation() argument 452 return INVOKE_THUNK(AcceptInvitation, transport_endpoint, options, in MojoAcceptInvitation()
|
D | thunks.h | 207 const struct MojoInvitationTransportEndpoint* transport_endpoint, 212 const struct MojoInvitationTransportEndpoint* transport_endpoint,
|