Lines Matching full:avdtp_stream
311 struct avdtp_stream *stream; /* Set if the request targeted a stream */
322 struct avdtp_stream *stream;
335 struct avdtp_stream *stream;
358 struct avdtp_stream {
404 GSList *streams; /* Elements of type struct avdtp_stream * */
409 struct avdtp_stream *pending_open;
438 struct avdtp_stream *stream, uint8_t signal_id,
441 struct avdtp_stream *stream,
445 struct avdtp_stream *stream,
609 static void close_stream(struct avdtp_stream *stream)
628 struct avdtp_stream *stream = user_data;
641 struct avdtp_stream *stream = user_data;
725 static struct avdtp_stream *find_stream_by_rseid(struct avdtp *session,
731 struct avdtp_stream *stream = l->data;
777 static void stream_free(struct avdtp_stream *stream)
808 struct avdtp_stream *stream = user_data;
822 struct avdtp_stream *stream = data;
877 struct avdtp_stream *stream = session->pending_open;
944 const struct avdtp_stream *stream = b;
952 static void cleanup_queue(struct avdtp *session, struct avdtp_stream *stream)
973 struct avdtp_stream *stream)
1038 struct avdtp_stream *stream = sep->stream;
1125 static void release_stream(struct avdtp_stream *stream, struct avdtp *session)
1435 static void setconf_cb(struct avdtp *session, struct avdtp_stream *stream,
1469 struct avdtp_stream *stream;
1522 stream = g_new0(struct avdtp_stream, 1);
1634 struct avdtp_stream *stream;
1682 struct avdtp_stream *stream;
1742 struct avdtp_stream *stream;
1791 struct avdtp_stream *stream;
1891 struct avdtp_stream *stream;
2393 struct avdtp_stream *stream = session->pending_open;
2550 struct avdtp_stream *stream;
2703 struct avdtp_stream *stream, uint8_t signal_id,
2738 struct avdtp_stream *stream;
2816 struct avdtp_stream *stream,
2832 struct avdtp_stream *stream,
2838 static gboolean avdtp_open_resp(struct avdtp *session, struct avdtp_stream *stream,
2855 struct avdtp_stream *stream,
2872 struct avdtp_stream *stream,
2885 struct avdtp_stream *stream,
2899 struct avdtp_stream *stream,
2915 struct avdtp_stream *stream,
2927 struct avdtp_stream *stream,
3040 struct avdtp_stream *stream,
3164 struct avdtp_stream *stream)
3178 gboolean avdtp_stream_has_capability(struct avdtp_stream *stream,
3198 gboolean avdtp_stream_has_capabilities(struct avdtp_stream *stream,
3212 struct avdtp_stream *stream)
3217 gboolean avdtp_stream_get_transport(struct avdtp_stream *stream, int *sock,
3298 struct avdtp_stream *avdtp_get_stream(struct avdtp_remote_sep *sep)
3353 struct avdtp_stream *stream,
3380 struct avdtp_stream *stream,
3396 int avdtp_get_configuration(struct avdtp *session, struct avdtp_stream *stream)
3426 struct avdtp_stream **stream)
3429 struct avdtp_stream *new_stream;
3444 new_stream = g_new0(struct avdtp_stream, 1);
3498 struct avdtp_stream *stream)
3536 int avdtp_open(struct avdtp *session, struct avdtp_stream *stream)
3553 int avdtp_start(struct avdtp *session, struct avdtp_stream *stream)
3585 int avdtp_close(struct avdtp *session, struct avdtp_stream *stream,
3616 int avdtp_suspend(struct avdtp *session, struct avdtp_stream *stream)
3633 int avdtp_abort(struct avdtp *session, struct avdtp_stream *stream)
3658 int avdtp_delay_report(struct avdtp *session, struct avdtp_stream *stream,
3894 gboolean avdtp_has_stream(struct avdtp *session, struct avdtp_stream *stream)