/aosp_15_r20/external/grpc-grpc/test/core/channel/ |
H A D | channel_stack_builder_test.cc | 40 grpc_error_handle ChannelInitFunc(grpc_channel_element* /*elem*/, in ChannelInitFunc() argument 50 void ChannelDestroyFunc(grpc_channel_element* /*elem*/) {} in ChannelDestroyFunc() argument 68 [](grpc_channel_stack*, grpc_channel_element*) {}, in FilterNamed() argument
|
H A D | channel_stack_test.cc | 54 static void channel_destroy_func(grpc_channel_element* /*elem*/) {} in channel_destroy_func() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/ |
H A D | channel_stack.h | 187 struct grpc_channel_element { struct 188 const grpc_channel_filter* filter; 189 void* channel_data;
|
H A D | channel_fwd.h | 21 typedef struct grpc_channel_element grpc_channel_element; typedef
|
H A D | channel_stack.cc | 296 grpc_channel_element*) {} in grpc_channel_stack_no_post_init() argument
|
H A D | connected_channel.cc | 243 grpc_channel_element* /*elem*/, const grpc_channel_info* /*channel_info*/) { in connected_channel_get_channel_info() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/ |
H A D | retry_filter.h | 108 static void StartTransportOp(grpc_channel_element* /*elem*/, in StartTransportOp() argument 110 static void GetChannelInfo(grpc_channel_element* /*elem*/, in GetChannelInfo() argument
|
H A D | client_channel_filter.cc | 474 static void StartTransportOp(grpc_channel_element* /*elem*/, in StartTransportOp() argument 476 static void GetChannelInfo(grpc_channel_element* /*elem*/, in GetChannelInfo() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_stack.h | 189 struct grpc_channel_element { struct 190 const grpc_channel_filter* filter; 191 void* channel_data;
|
D | channel_fwd.h | 21 typedef struct grpc_channel_element grpc_channel_element; typedef
|
D | channel_stack.cc | 285 grpc_channel_element*) {} in grpc_channel_stack_no_post_init() argument
|
D | connected_channel.cc | 248 grpc_channel_element* /*elem*/, const grpc_channel_info* /*channel_info*/) { in connected_channel_get_channel_info() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | filter_context.cc | 77 grpc_error_handle init_channel_elem(grpc_channel_element* /*elem*/, in init_channel_elem() argument 82 void destroy_channel_elem(grpc_channel_element* /*elem*/) {} in destroy_channel_elem() argument
|
H A D | retry_recv_trailing_metadata_error.cc | 96 static grpc_error_handle Init(grpc_channel_element* /*elem*/, in Init() argument 101 static void Destroy(grpc_channel_element* /*elem*/) {} in Destroy() argument
|
H A D | filter_causes_close.cc | 91 grpc_error_handle init_channel_elem(grpc_channel_element* /*elem*/, in init_channel_elem() argument 96 void destroy_channel_elem(grpc_channel_element* /*elem*/) {} in destroy_channel_elem() argument
|
H A D | filter_init_fails.cc | 64 grpc_error_handle init_channel_elem(grpc_channel_element* /*elem*/, in init_channel_elem() argument 74 void destroy_channel_elem(grpc_channel_element* /*elem*/) {} in destroy_channel_elem() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/ |
D | channel_filter.h | 190 virtual grpc_error_handle Init(grpc_channel_element* /*elem*/, in Init() argument 196 virtual void Destroy(grpc_channel_element* /*elem*/) {} in Destroy() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/deadline/ |
H A D | deadline_filter.cc | 248 grpc_channel_element* /*elem*/, grpc_channel_element_args* args) { in deadline_init_channel_elem() argument 254 static void deadline_destroy_channel_elem(grpc_channel_element* /*elem*/) {} in deadline_destroy_channel_elem() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/deadline/ |
D | deadline_filter.cc | 251 grpc_channel_element* /*elem*/, grpc_channel_element_args* args) { in deadline_init_channel_elem() argument 257 static void deadline_destroy_channel_elem(grpc_channel_element* /*elem*/) {} in deadline_destroy_channel_elem() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | retry_filter.cc | 166 static void StartTransportOp(grpc_channel_element* /*elem*/, in StartTransportOp() argument 168 static void GetChannelInfo(grpc_channel_element* /*elem*/, in GetChannelInfo() argument
|
D | client_channel.cc | 344 static void StartTransportOp(grpc_channel_element* /*elem*/, in StartTransportOp() argument 346 static void GetChannelInfo(grpc_channel_element* /*elem*/, in GetChannelInfo() argument
|