Home | History | Annotate | Download | only in audio

Lines Matching full:sock

487 	int sock;
494 sock = g_io_channel_unix_get_fd(session->io);
510 return try_send(sock, session->buf, sizeof(single) + len);
532 if (!try_send(sock, session->buf, session->omtu))
563 if (!try_send(sock, session->buf, to_copy + sizeof(cont)))
582 int sock;
587 sock = g_io_channel_unix_get_fd(stream->io);
589 shutdown(sock, SHUT_RDWR);
2819 gboolean avdtp_stream_get_transport(struct avdtp_stream *stream, int *sock,
2826 if (sock)
2827 *sock = g_io_channel_unix_get_fd(stream->io);