Home
last modified time | relevance | path

Searched defs:grpc_call (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/
H A Dalts_handshaker_client_test.cc158 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/
Dgrpc-bindings.rs704 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/
Dbindings.rs871 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/
Drpc_service_method.h76 virtual void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Drpc_service_method.h76 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 DGRPCWrappedCall.mm248 - (instancetype)initWithUnmanagedCall:(grpc_call *)unmanagedCall
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Drpc_service_method.h76 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/
Dmethod_handler.h384 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/
Dmethod_handler.h384 void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dmethod_handler.h384 void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
/aosp_15_r20/external/grpc-grpc/include/grpc/impl/
H A Dgrpc_types.h69 typedef struct grpc_call grpc_call; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/
Dgrpc_types.h69 typedef struct grpc_call grpc_call; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs406 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/
Dgrpc_types.h69 typedef struct grpc_call grpc_call; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc3471 absl::FunctionRef<void(grpc_call*)>) { in MakeTopOfServerCallPromise()