|
static void | accept_stream_locked (void *gt, grpc_error_handle) |
|
static void | AssignMetadata (grpc_metadata_batch *mb, const grpc_binder::Metadata &md) |
|
static void | cancel_stream_locked (grpc_binder_transport *gbt, grpc_binder_stream *gbs, grpc_error_handle error) |
|
static void | close_transport_locked (grpc_binder_transport *gbt) |
|
static bool | ContainsAuthorityAndPath (const grpc_binder::Metadata &metadata) |
|
static void | destroy_stream (grpc_transport *, grpc_stream *gs, grpc_closure *then_schedule_closure) |
|
static void | destroy_stream_locked (void *sp, grpc_error_handle) |
|
static void | destroy_transport (grpc_transport *gt) |
|
static void | destroy_transport_locked (void *gt, grpc_error_handle) |
|
static grpc_endpoint * | get_endpoint (grpc_transport *) |
|
static const grpc_transport_vtable * | get_vtable () |
|
static void | grpc_binder_ref_transport (grpc_binder_transport *t, const char *reason, const char *file, int line) |
|
static void | grpc_binder_stream_ref (grpc_binder_stream *s, const char *reason) |
|
static void | grpc_binder_stream_unref (grpc_binder_stream *s, const char *reason) |
|
static void | grpc_binder_unref_transport (grpc_binder_transport *t, const char *reason, const char *file, int line) |
|
grpc_transport * | grpc_create_binder_transport_client (std::unique_ptr< grpc_binder::Binder > endpoint_binder, std::shared_ptr< grpc::experimental::binder::SecurityPolicy > security_policy) |
|
grpc_transport * | grpc_create_binder_transport_server (std::unique_ptr< grpc_binder::Binder > client_binder, std::shared_ptr< grpc::experimental::binder::SecurityPolicy > security_policy) |
|
static int | init_stream (grpc_transport *gt, grpc_stream *gs, grpc_stream_refcount *refcount, const void *server_data, grpc_core::Arena *arena) |
|
static void | perform_stream_op (grpc_transport *gt, grpc_stream *gs, grpc_transport_stream_op_batch *op) |
|
static void | perform_stream_op_locked (void *stream_op, grpc_error_handle) |
|
static void | perform_transport_op (grpc_transport *gt, grpc_transport_op *op) |
|
static void | perform_transport_op_locked (void *transport_op, grpc_error_handle) |
|
static void | recv_initial_metadata_locked (void *arg, grpc_error_handle) |
|
static void | recv_message_locked (void *arg, grpc_error_handle) |
|
static void | recv_trailing_metadata_locked (void *arg, grpc_error_handle) |
|
static void | register_stream_locked (void *arg, grpc_error_handle) |
|
static void | set_pollset (grpc_transport *gt, grpc_stream *gs, grpc_pollset *gp) |
|
static void | set_pollset_set (grpc_transport *, grpc_stream *, grpc_pollset_set *) |
|