#include <binder_stream.h>
Public Member Functions | |
int | GetTxCode () const |
grpc_binder_stream (grpc_binder_transport *t, grpc_stream_refcount *refcount, const void *, grpc_core::Arena *arena, int tx_code, bool is_client) | |
~grpc_binder_stream () | |
Definition at line 50 of file binder_stream.h.
|
inline |
Definition at line 53 of file binder_stream.h.
|
inline |
Definition at line 70 of file binder_stream.h.
|
inline |
Definition at line 78 of file binder_stream.h.
grpc_core::Arena* grpc_binder_stream::arena |
Definition at line 82 of file binder_stream.h.
bool* grpc_binder_stream::call_failed_before_recv_message = nullptr |
Definition at line 110 of file binder_stream.h.
grpc_error_handle grpc_binder_stream::cancel_self_error = GRPC_ERROR_NONE |
Definition at line 91 of file binder_stream.h.
grpc_closure grpc_binder_stream::destroy_stream |
Definition at line 88 of file binder_stream.h.
grpc_closure* grpc_binder_stream::destroy_stream_then_closure = nullptr |
Definition at line 87 of file binder_stream.h.
Definition at line 84 of file binder_stream.h.
bool grpc_binder_stream::is_closed |
Definition at line 85 of file binder_stream.h.
Definition at line 115 of file binder_stream.h.
grpc_metadata_batch* grpc_binder_stream::recv_initial_metadata |
Definition at line 105 of file binder_stream.h.
RecvInitialMetadataArgs grpc_binder_stream::recv_initial_metadata_args |
Definition at line 94 of file binder_stream.h.
grpc_closure grpc_binder_stream::recv_initial_metadata_closure |
Definition at line 93 of file binder_stream.h.
grpc_closure* grpc_binder_stream::recv_initial_metadata_ready = nullptr |
Definition at line 106 of file binder_stream.h.
absl::optional<grpc_core::SliceBuffer>* grpc_binder_stream::recv_message |
Definition at line 108 of file binder_stream.h.
RecvMessageArgs grpc_binder_stream::recv_message_args |
Definition at line 96 of file binder_stream.h.
grpc_closure grpc_binder_stream::recv_message_closure |
Definition at line 95 of file binder_stream.h.
grpc_closure* grpc_binder_stream::recv_message_ready = nullptr |
Definition at line 109 of file binder_stream.h.
grpc_metadata_batch* grpc_binder_stream::recv_trailing_metadata |
Definition at line 111 of file binder_stream.h.
RecvTrailingMetadataArgs grpc_binder_stream::recv_trailing_metadata_args |
Definition at line 98 of file binder_stream.h.
grpc_closure grpc_binder_stream::recv_trailing_metadata_closure |
Definition at line 97 of file binder_stream.h.
grpc_closure* grpc_binder_stream::recv_trailing_metadata_finished = nullptr |
Definition at line 112 of file binder_stream.h.
grpc_stream_refcount* grpc_binder_stream::refcount |
Definition at line 81 of file binder_stream.h.
RegisterStreamArgs grpc_binder_stream::register_stream_args |
Definition at line 101 of file binder_stream.h.
grpc_closure grpc_binder_stream::register_stream_closure |
Definition at line 100 of file binder_stream.h.
grpc_binder_transport* grpc_binder_stream::t |
Definition at line 80 of file binder_stream.h.
bool* grpc_binder_stream::trailing_metadata_available = nullptr |
Definition at line 107 of file binder_stream.h.
Definition at line 114 of file binder_stream.h.
int grpc_binder_stream::tx_code |
Definition at line 83 of file binder_stream.h.