Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc235 grpc_cronet_stream_ref((stream), (reason))
238 void grpc_cronet_stream_ref(stream_obj* s, const char* reason) { in grpc_cronet_stream_ref() function
245 #define GRPC_CRONET_STREAM_REF(stream, reason) grpc_cronet_stream_ref((stream))
248 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/cronet/transport/
H A Dcronet_transport.cc252 grpc_cronet_stream_ref((stream), (reason))
255 void grpc_cronet_stream_ref(stream_obj* s, const char* reason) { in grpc_cronet_stream_ref() function
262 #define GRPC_CRONET_STREAM_REF(stream, reason) grpc_cronet_stream_ref((stream))
265 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref() function