Home
last modified time | relevance | path

Searched defs:grpc_cronet_stream_ref (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/cronet/transport/
H A Dcronet_transport.cc255 void grpc_cronet_stream_ref(stream_obj* s, const char* reason) { in grpc_cronet_stream_ref() function
265 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc238 void grpc_cronet_stream_ref(stream_obj* s, const char* reason) { in grpc_cronet_stream_ref() function
248 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref() function