Home
last modified time | relevance | path

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 Dchannel_stack.h195 struct grpc_call_element { struct
196 const grpc_channel_filter* filter;
197 void* channel_data;
198 void* call_data;
H A Dchannel_fwd.h22 typedef struct grpc_call_element grpc_call_element; typedef
H A Dchannel_stack.cc247 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/
Dchannel_stack.h197 struct grpc_call_element { struct
198 const grpc_channel_filter* filter;
199 void* channel_data;
200 void* call_data;
Dchannel_fwd.h22 typedef struct grpc_call_element grpc_call_element; typedef
Dchannel_stack.cc236 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 Dchannel_stack_builder_test.cc45 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 Dfilter_causes_close.cc82 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 Dfilter_init_fails.cc53 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 Dfilter_context.cc73 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/
Dchannel_filter.h213 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/
Dservice_config_channel_arg_filter.cc95 grpc_call_element* /*elem*/, const grpc_call_final_info* /*final_info*/, in ServiceConfigChannelArgDestroyCallElem() argument