Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/cronet/transport/
H A Dcronet_transport.cc258 void grpc_cronet_stream_unref(stream_obj* s, const char* reason) { in grpc_cronet_stream_unref() function
266 void grpc_cronet_stream_unref(stream_obj* s) { grpc_stream_unref(s->refcount); } in grpc_cronet_stream_unref() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc241 void grpc_cronet_stream_unref(stream_obj* s, const char* reason) { in grpc_cronet_stream_unref() function
249 void grpc_cronet_stream_unref(stream_obj* s) { grpc_stream_unref(s->refcount); } in grpc_cronet_stream_unref() function