Home
last modified time | relevance | path

Searched defs:grpc_event (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/grpc-grpc/include/grpc/impl/
H A Dgrpc_types.h237 typedef struct grpc_event { struct
250 } grpc_event; argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/
Dgrpc_types.h595 typedef struct grpc_event { struct
608 } grpc_event; argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/
Dgrpc_types.h595 typedef struct grpc_event { struct
608 } grpc_event; argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs856 pub struct grpc_event { struct
858 pub type_: grpc_completion_type,
860 pub success: ::std::os::raw::c_int,
862 pub tag: *mut ::std::os::raw::c_void,
1360 ) -> grpc_event; in grpc_completion_queue_next()
1369 ) -> grpc_event; in grpc_completion_queue_pluck()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs1059 pub struct grpc_event { struct
1061 pub type_: grpc_completion_type,
1067 pub success: ::std::os::raw::c_int,
1071 pub tag: *mut ::std::os::raw::c_void,
1711 ) -> grpc_event; in grpc_completion_queue_next()
1730 ) -> grpc_event; in grpc_completion_queue_pluck()
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A Ddebug_io_utils.cc376 Event grpc_event; in PublishDebugMetadata() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
H A Dgrpc_tpu_driver.cc505 auto grpc_event = static_cast<const GrpcEvent*>(event); in InitializeRequest() local