Searched defs:grpc_call_element (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/ |
H A D | channel_stack.h | 195 struct grpc_call_element { struct 196 const grpc_channel_filter* filter; 197 void* channel_data; 198 void* call_data;
|
H A D | channel_fwd.h | 22 typedef struct grpc_call_element grpc_call_element; typedef
|
H A D | channel_stack.cc | 247 grpc_call_element* /*elem*/, grpc_polling_entity* /*pollent*/) {} in grpc_call_stack_ignore_set_pollset_or_pollset_set() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_stack.h | 197 struct grpc_call_element { struct 198 const grpc_channel_filter* filter; 199 void* channel_data; 200 void* call_data;
|
D | channel_fwd.h | 22 typedef struct grpc_call_element grpc_call_element; typedef
|
D | channel_stack.cc | 236 grpc_call_element* /*elem*/, grpc_polling_entity* /*pollent*/) {} in grpc_call_stack_ignore_set_pollset_or_pollset_set() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/channel/ |
H A D | channel_stack_builder_test.cc | 45 grpc_error_handle CallInitFunc(grpc_call_element* /*elem*/, in CallInitFunc() argument 52 void CallDestroyFunc(grpc_call_element* /*elem*/, in CallDestroyFunc() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | filter_causes_close.cc | 82 grpc_error_handle init_call_elem(grpc_call_element* /*elem*/, in init_call_elem() argument 87 void destroy_call_elem(grpc_call_element* /*elem*/, in destroy_call_elem() argument
|
H A D | filter_init_fails.cc | 53 grpc_error_handle init_call_elem(grpc_call_element* /*elem*/, in init_call_elem() argument 60 void destroy_call_elem(grpc_call_element* /*elem*/, in destroy_call_elem() argument
|
H A D | filter_context.cc | 73 void destroy_call_elem(grpc_call_element* /*elem*/, in destroy_call_elem() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/ |
D | channel_filter.h | 213 virtual grpc_error_handle Init(grpc_call_element* /*elem*/, in Init() argument 219 virtual void Destroy(grpc_call_element* /*elem*/, in Destroy() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | service_config_channel_arg_filter.cc | 95 grpc_call_element* /*elem*/, const grpc_call_final_info* /*final_info*/, in ServiceConfigChannelArgDestroyCallElem() argument
|