Home
last modified time | relevance | path

Searched refs:grpc_tcp_client_create_from_fd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_client_posix.cc161 static grpc_endpoint* grpc_tcp_client_create_from_fd( in grpc_tcp_client_create_from_fd() function
224 *ep = grpc_tcp_client_create_from_fd(fd, ac->options, ac->addr_str); in on_writable()
359 *ep = grpc_tcp_client_create_from_fd(fdobj, options, addr_uri.value()); in grpc_tcp_client_create_from_prepared_fd()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_client_posix.cc158 static grpc_endpoint* grpc_tcp_client_create_from_fd( in grpc_tcp_client_create_from_fd() function
221 *ep = grpc_tcp_client_create_from_fd(fd, ac->options, ac->addr_str); in on_writable()
355 *ep = grpc_tcp_client_create_from_fd(fdobj, options, addr_uri.value()); in grpc_tcp_client_create_from_prepared_fd()