/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
H A D | alts_handshaker_client_test.cc | 158 static grpc_call_error check_must_not_be_called(grpc_call* /*call*/, in check_must_not_be_called() argument 171 static grpc_call_error check_client_start_success(grpc_call* /*call*/, in check_client_start_success() argument 223 static grpc_call_error check_server_start_success(grpc_call* /*call*/, in check_server_start_success() argument 268 static grpc_call_error check_next_success(grpc_call* /*call*/, in check_next_success() argument 291 static grpc_call_error check_grpc_call_failure(grpc_call* /*call*/, in check_grpc_call_failure() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | grpc-bindings.rs | 704 pub struct grpc_call { struct 705 _unused: [u8; 0], 1424 parent_call: *mut grpc_call, in grpc_channel_create_call() 1431 ) -> *mut grpc_call; in grpc_channel_create_call() 1446 parent_call: *mut grpc_call, in grpc_channel_create_registered_call() 1452 ) -> *mut grpc_call; in grpc_channel_create_registered_call() 1456 pub fn grpc_call_arena_alloc(call: *mut grpc_call, size: usize) -> *mut ::std::os::raw::c_void; in grpc_call_arena_alloc() 1461 call: *mut grpc_call, in grpc_call_start_batch() 1479 pub fn grpc_census_call_set_context(call: *mut grpc_call, context: *mut census_context); in grpc_census_call_set_context() 1541 call: *mut grpc_call, in grpc_call_cancel() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/ |
D | bindings.rs | 871 pub struct grpc_call { struct 872 _unused: [u8; 0], 1809 parent_call: *mut grpc_call, in grpc_channel_create_call() 1816 ) -> *mut grpc_call; in grpc_channel_create_call() 1834 parent_call: *mut grpc_call, in grpc_channel_create_registered_call() 1840 ) -> *mut grpc_call; in grpc_channel_create_registered_call() 1845 pub fn grpc_call_arena_alloc(call: *mut grpc_call, size: usize) -> *mut ::std::os::raw::c_void; in grpc_call_arena_alloc() 1869 call: *mut grpc_call, in grpc_call_start_batch() 1895 pub fn grpc_census_call_set_context(call: *mut grpc_call, context: *mut census_context); in grpc_census_call_set_context() 1975 call: *mut grpc_call, in grpc_call_cancel() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | rpc_service_method.h | 76 virtual void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | rpc_service_method.h | 76 virtual void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
|
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
H A D | GRPCWrappedCall.mm | 248 - (instancetype)initWithUnmanagedCall:(grpc_call *)unmanagedCall
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | rpc_service_method.h | 76 virtual void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | method_handler.h | 384 void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
D | method_handler.h | 384 void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/ |
H A D | method_handler.h | 384 void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
|
/aosp_15_r20/external/grpc-grpc/include/grpc/impl/ |
H A D | grpc_types.h | 69 typedef struct grpc_call grpc_call; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/ |
D | grpc_types.h | 69 typedef struct grpc_call grpc_call; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/ |
D | mod.rs | 406 pub unsafe fn from_raw(call: *mut grpc_sys::grpc_call, cq: CompletionQueue) -> Call { in from_raw()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/ |
D | grpc_types.h | 69 typedef struct grpc_call grpc_call; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.cc | 3471 absl::FunctionRef<void(grpc_call*)>) { in MakeTopOfServerCallPromise()
|