Home | History | Annotate | Download | only in test

Lines Matching full:stream_fd

93 	int stream_fd;
112 .stream_fd = -1,
684 if (u->stream_fd != -1) {
686 DBG("close(stream_fd)");
687 close(u->stream_fd);
688 u->stream_fd = -1;
730 assert(u->stream_fd >= 0);
735 l = read(u->stream_fd, buf, u->link_mtu);
742 ERR("Failed to read date from stream_fd: %s",
776 assert(u->stream_fd >= 0);
780 l = pa_write(u->stream_fd, buf, u->link_mtu);
839 if (u->stream_fd >= 0)
866 if ((u->stream_fd = bt_audio_service_get_data_fd(u->service_fd)) < 0) {
871 make_fd_nonblock(u->stream_fd);
872 make_socket_low_delay(u->stream_fd);
874 assert(u->stream_channel = g_io_channel_unix_new(u->stream_fd));
894 if (u->stream_fd < 0)
920 close(u->stream_fd);
921 u->stream_fd = -1;