Searched refs:client_stream (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_fullstack_trickle.cc | 137 grpc_chttp2_stream* client_stream = in Log() local 159 client_stream ? client_stream->flow_control->remote_window_delta_ : -1, in Log() 161 client_stream ? client_stream->flow_control->local_window_delta_ : -1, in Log() 163 client_stream ? client_stream->flow_control->announced_window_delta_ in Log() 183 client_stream ? client_stream->flow_controlled_buffer.length : 0, in Log()
|
/external/adhd/cras/src/libcras/ |
D | cras_client.c | 92 struct client_stream *stream; 151 struct client_stream { struct 165 struct client_stream *prev, *next; argument 235 struct client_stream *streams; 352 static struct client_stream *stream_from_id(const struct cras_client *client, in stream_from_id() 355 struct client_stream *out; in stream_from_id() 622 struct client_stream *s; in disconnect_transition_action() 975 static int send_stream_message(const struct client_stream *stream, in send_stream_message() 1033 static unsigned int config_capture_buf(struct client_stream *stream, in config_capture_buf() 1056 static void complete_capture_read_current(struct client_stream *stream, in complete_capture_read_current() [all …]
|
/external/adhd/cras/src/tests/ |
D | cras_client_unittest.cc | 94 struct client_stream stream_; 278 struct client_stream* stream_ptr = (struct client_stream *) in TEST_F() 280 memcpy(stream_ptr, &stream_, sizeof(client_stream)); in TEST_F()
|