Lines Matching refs:aud_fd
153 int aud_fd; /* audio messages from server come in here. */ member
1076 rc = write(stream->aud_fd, &aud_msg, sizeof(aud_msg)); in send_capture_reply()
1158 rc = write(stream->aud_fd, &aud_msg, sizeof(aud_msg)); in send_playback_reply()
1245 int aud_fd; in audio_thread() local
1261 aud_fd = (stream->thread.state == CRAS_THREAD_WARMUP) ? in audio_thread()
1262 -1 : stream->aud_fd; in audio_thread()
1264 aud_fd, in audio_thread()
1528 stream->aud_fd = sock[0]; in send_connect_message()
1624 if (stream->aud_fd >= 0) in client_thread_rm_stream()
1625 close(stream->aud_fd); in client_thread_rm_stream()
2404 stream->aud_fd = -1; in cras_client_send_add_stream_command_message()