HomeSort by relevance Sort by last modified time
    Searched refs:avdtp_stream (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/bluez/audio/
avdtp.h 32 struct avdtp_stream;
125 typedef void (*avdtp_stream_state_cb) (struct avdtp_stream *stream,
132 struct avdtp_stream *stream,
139 struct avdtp_stream *stream,
144 struct avdtp_stream *stream,
148 struct avdtp_stream *stream, struct avdtp_error *err,
151 struct avdtp_stream *stream, struct avdtp_error *err,
154 struct avdtp_stream *stream,
157 struct avdtp_stream *stream,
160 struct avdtp_stream *stream
    [all...]
sink.h 47 struct avdtp_stream *stream);
source.h 48 struct avdtp_stream *stream);
a2dp.h 129 struct avdtp_stream *stream,
162 struct avdtp_stream *a2dp_sep_get_stream(struct a2dp_sep *sep);
164 struct avdtp_stream *stream);
avdtp.c 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 { struct
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
    [all...]
a2dp.c 71 struct avdtp_stream *stream;
95 struct avdtp_stream *stream;
236 struct avdtp_stream *stream = s->err ? NULL : s->stream;
353 static void stream_state_changed(struct avdtp_stream *stream,
419 struct avdtp_stream *stream,
551 struct avdtp_stream *stream,
663 struct avdtp_stream *stream,
796 struct avdtp_stream *stream,
874 struct avdtp_stream *stream, struct avdtp_error *err,
886 struct avdtp_stream *stream, uint8_t *err
    [all...]
sink.c 62 struct avdtp_stream *stream;
178 static void stream_state_changed(struct avdtp_stream *stream,
290 struct avdtp_stream *stream,
732 struct avdtp_stream *stream)
source.c 63 struct avdtp_stream *stream;
160 static void stream_state_changed(struct avdtp_stream *stream,
243 struct avdtp_stream *stream,
575 struct avdtp_stream *stream)
unix.c 70 struct avdtp_stream *stream;
224 static void stream_state_changed(struct avdtp_stream *stream,
655 struct avdtp_stream *stream;
718 struct avdtp_stream *stream,
    [all...]
transport.c 234 struct avdtp_stream *stream;

Completed in 2833 milliseconds