• Home
  • Raw
  • Download

Lines Matching refs:client_stream

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()
1062 static int send_capture_reply(struct client_stream *stream, in send_capture_reply()
1092 static int handle_capture_data_ready(struct client_stream *stream, in handle_capture_data_ready()
1144 static int send_playback_reply(struct client_stream *stream, in send_playback_reply()
1168 static int handle_playback_request(struct client_stream *stream, in handle_playback_request()
1224 static void audio_thread_set_priority(struct client_stream *stream) in audio_thread_set_priority()
1242 struct client_stream *stream = (struct client_stream *)arg; in audio_thread()
1292 static int wake_aud_thread(struct client_stream *stream) in wake_aud_thread()
1308 static void stop_aud_thread(struct client_stream *stream, int join) in stop_aud_thread()
1331 static int start_aud_thread(struct client_stream *stream) in start_aud_thread()
1421 static void free_shm(struct client_stream *stream) in free_shm()
1436 static int stream_connected(struct client_stream *stream, in stream_connected()
1494 struct client_stream *stream, in send_connect_message()
1544 struct client_stream *stream, in client_thread_add_stream()
1550 struct client_stream *out; in client_thread_add_stream()
1602 struct client_stream *stream = in client_thread_rm_stream()
1638 struct client_stream *stream; in client_thread_set_stream_volume()
1732 struct client_stream *stream = in handle_message_from_server()
1920 struct client_stream *s; in handle_command_message()
2380 struct client_stream *stream; in cras_client_send_add_stream_command_message()
2392 stream = (struct client_stream *)calloc(1, sizeof(*stream)); in cras_client_send_add_stream_command_message()