Searched refs:avdtp_stream (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | avdtp.h | 37 struct avdtp_stream; 129 typedef void (*avdtp_stream_state_cb) (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, 164 struct avdtp_stream *stream, [all …]
|
D | avdtp.c | 313 struct avdtp_stream *stream; /* Set if the request targeted a stream */ 324 struct avdtp_stream *stream; 337 struct avdtp_stream *stream; 360 struct avdtp_stream { struct 407 struct avdtp_stream *pending_open; 436 struct avdtp_stream *stream, uint8_t signal_id, 439 struct avdtp_stream *stream, 443 struct avdtp_stream *stream, 603 static void close_stream(struct avdtp_stream *stream) in close_stream() 622 struct avdtp_stream *stream = user_data; in stream_close_timeout() [all …]
|
D | a2dp.c | 67 struct avdtp_stream *stream; 87 struct avdtp_stream *stream; 157 struct avdtp_stream *stream = s->err ? NULL : s->stream; in finalize_config() 258 static void stream_state_changed(struct avdtp_stream *stream, in stream_state_changed() 285 struct avdtp_stream *stream, in sbc_setconf_ind() 416 struct avdtp_stream *stream, in mpeg_setconf_ind() 513 struct avdtp_stream *stream, in setconf_cfm() 571 struct avdtp_stream *stream, struct avdtp_error *err, in getconf_cfm() 583 struct avdtp_stream *stream, uint8_t *err, in open_ind() 596 struct avdtp_stream *stream, struct avdtp_error *err, in open_cfm() [all …]
|
D | a2dp.h | 125 struct avdtp_stream *stream, 149 struct avdtp_stream *stream);
|
D | source.h | 48 struct avdtp_stream *stream);
|
D | sink.h | 48 struct avdtp_stream *stream);
|
D | source.c | 62 struct avdtp_stream *stream; 177 static void stream_state_changed(struct avdtp_stream *stream, in stream_state_changed() 271 struct avdtp_stream *stream, in stream_setup_complete() 742 struct avdtp_stream *stream) in source_new_stream()
|
D | sink.c | 61 struct avdtp_stream *stream; 184 static void stream_state_changed(struct avdtp_stream *stream, in stream_state_changed() 304 struct avdtp_stream *stream, in stream_setup_complete() 898 struct avdtp_stream *stream) in sink_new_stream()
|
D | unix.c | 68 struct avdtp_stream *stream; 203 static void stream_state_changed(struct avdtp_stream *stream, in stream_state_changed() 635 struct avdtp_stream *stream; in a2dp_discovery_complete() 698 struct avdtp_stream *stream, in a2dp_config_complete()
|