Home
last modified time | relevance | path

Searched refs:grpc_stream_ref (Results 1 – 16 of 16) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_stack.h307 grpc_stream_ref(&(call_stack)->refcount, reason)
311 grpc_stream_ref(&(channel_stack)->refcount, reason)
317 grpc_stream_ref(&(call_stack)->refcount); \
327 grpc_stream_ref(&(channel_stack)->refcount); \
Dconnected_channel.cc277 grpc_stream_ref(&stream_refcount_, reason); in IncrementRefCount()
280 grpc_stream_ref(&stream_refcount_); in IncrementRefCount()
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h312 grpc_stream_ref(&(call_stack)->refcount, reason)
316 grpc_stream_ref(&(channel_stack)->refcount, reason)
322 grpc_stream_ref(&(call_stack)->refcount); \
332 grpc_stream_ref(&(channel_stack)->refcount); \
Dconnected_channel.cc272 grpc_stream_ref(&stream_refcount_, reason); in IncrementRefCount()
275 grpc_stream_ref(&stream_refcount_); in IncrementRefCount()
/external/grpc-grpc/src/core/lib/transport/
Dbatch_builder.cc62 grpc_stream_ref(stream_refcount, "pending-batch"); in Batch()
64 grpc_stream_ref(stream_refcount); in Batch()
Dtransport.h194 inline void grpc_stream_ref(grpc_stream_refcount* refcount, in grpc_stream_ref() function
203 inline void grpc_stream_ref(grpc_stream_refcount* refcount) { in grpc_stream_ref() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dbatch_builder.cc66 grpc_stream_ref(stream_refcount, "pending-batch"); in Batch()
68 grpc_stream_ref(stream_refcount); in Batch()
Dtransport.h267 inline void grpc_stream_ref(grpc_stream_refcount* refcount,
276 inline void grpc_stream_ref(grpc_stream_refcount* refcount) {
/external/grpc-grpc/src/core/ext/transport/binder/transport/
Dbinder_transport.cc48 grpc_stream_ref(s->refcount, reason); in grpc_binder_stream_ref()
68 grpc_stream_ref(s->refcount); in grpc_binder_stream_ref()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/transport/
Dbinder_transport.cc48 grpc_stream_ref(s->refcount, reason); in grpc_binder_stream_ref()
68 grpc_stream_ref(s->refcount); in grpc_binder_stream_ref()
/external/grpc-grpc/src/core/ext/transport/inproc/
Dlegacy_inproc_transport.cc249 #define STREAM_REF(refs, reason) grpc_stream_ref(refs, reason)
252 #define STREAM_REF(refs, reason) grpc_stream_ref(refs)
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc220 #define STREAM_REF(refs, reason) grpc_stream_ref(refs, reason)
223 #define STREAM_REF(refs, reason) grpc_stream_ref(refs)
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc239 grpc_stream_ref(s->refcount, reason); in grpc_cronet_stream_ref()
248 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref()
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc256 grpc_stream_ref(s->refcount, reason); in grpc_cronet_stream_ref()
265 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc777 grpc_stream_ref(s->refcount, reason); in grpc_chttp2_stream_ref()
784 grpc_stream_ref(s->refcount); in grpc_chttp2_stream_ref()
801 grpc_stream_ref(refcount, "chttp2"); in grpc_chttp2_stream()
803 grpc_stream_ref(refcount); in grpc_chttp2_stream()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc777 grpc_stream_ref(s->refcount, reason); in grpc_chttp2_stream_ref()
784 grpc_stream_ref(s->refcount); in grpc_chttp2_stream_ref()