Home | History | Annotate | Download | only in audio

Lines Matching refs:sock

514 	int sock;
521 sock = g_io_channel_unix_get_fd(session->io);
537 return try_send(sock, session->buf, sizeof(single) + len);
564 if (!try_send(sock, session->buf, session->omtu))
592 if (!try_send(sock, session->buf, to_copy + sizeof(cont)))
611 int sock;
616 sock = g_io_channel_unix_get_fd(stream->io);
618 shutdown(sock, SHUT_RDWR);
3217 gboolean avdtp_stream_get_transport(struct avdtp_stream *stream, int *sock,
3224 if (sock)
3225 *sock = g_io_channel_unix_get_fd(stream->io);