Home
last modified time | relevance | path

Searched refs:grpc_tcp_fd (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_posix.h51 int grpc_tcp_fd(grpc_endpoint* ep);
H A Dtcp_posix.cc2081 int grpc_tcp_fd(grpc_endpoint* ep) { in grpc_tcp_fd() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.h51 int grpc_tcp_fd(grpc_endpoint* ep);
Dtcp_posix.cc2011 int grpc_tcp_fd(grpc_endpoint* ep) { in grpc_tcp_fd() function
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtcp_posix_test.cc534 GPR_ASSERT(grpc_tcp_fd(ep) == sv[1] && sv[1] >= 0); in release_fd_test()