Lines Matching refs:endpoint_handle
32 MojoPlatformHandle* endpoint_handle, in PlatformHandleToTransportEndpoint() argument
35 endpoint_handle); in PlatformHandleToTransportEndpoint()
36 CHECK_NE(endpoint_handle->type, MOJO_PLATFORM_HANDLE_TYPE_INVALID); in PlatformHandleToTransportEndpoint()
40 endpoint->platform_handles = endpoint_handle; in PlatformHandleToTransportEndpoint()
58 PlatformHandle endpoint_handle, in SendInvitation() argument
68 PlatformHandleToTransportEndpoint(std::move(endpoint_handle), in SendInvitation()
218 MojoPlatformHandle endpoint_handle; in Accept() local
220 &endpoint_handle); in Accept()
221 CHECK_NE(endpoint_handle.type, MOJO_PLATFORM_HANDLE_TYPE_INVALID); in Accept()
227 transport_endpoint.platform_handles = &endpoint_handle; in Accept()
242 MojoPlatformHandle endpoint_handle; in AcceptIsolated() local
244 &endpoint_handle); in AcceptIsolated()
245 CHECK_NE(endpoint_handle.type, MOJO_PLATFORM_HANDLE_TYPE_INVALID); in AcceptIsolated()
251 transport_endpoint.platform_handles = &endpoint_handle; in AcceptIsolated()