Searched refs:a2dp_sep (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | a2dp.c | 62 struct a2dp_sep { struct 86 struct a2dp_sep *sep; argument 264 struct a2dp_sep *sep = user_data; in stream_state_changed() 289 struct a2dp_sep *a2dp_sep = user_data; in sbc_setconf_ind() local 292 if (a2dp_sep->type == AVDTP_SEP_TYPE_SINK) in sbc_setconf_ind() 311 !a2dp_sep->delay_reporting) { in sbc_setconf_ind() 338 avdtp_stream_add_cb(session, stream, stream_state_changed, a2dp_sep); in sbc_setconf_ind() 339 a2dp_sep->stream = stream; in sbc_setconf_ind() 341 if (a2dp_sep->type == AVDTP_SEP_TYPE_SOURCE) in sbc_setconf_ind() 351 struct a2dp_sep *a2dp_sep = user_data; in sbc_getcap_ind() local [all …]
|
D | a2dp.h | 122 struct a2dp_sep; 124 typedef void (*a2dp_config_cb_t) (struct avdtp *session, struct a2dp_sep *sep, 135 struct a2dp_sep *a2dp_get(struct avdtp *session, struct avdtp_remote_sep *sep); 136 unsigned int a2dp_config(struct avdtp *session, struct a2dp_sep *sep, 139 unsigned int a2dp_resume(struct avdtp *session, struct a2dp_sep *sep, 141 unsigned int a2dp_suspend(struct avdtp *session, struct a2dp_sep *sep, 145 gboolean a2dp_sep_lock(struct a2dp_sep *sep, struct avdtp *session); 146 gboolean a2dp_sep_unlock(struct a2dp_sep *sep, struct avdtp *session); 147 gboolean a2dp_sep_get_lock(struct a2dp_sep *sep); 148 struct a2dp_sep *a2dp_get_sep(struct avdtp *session,
|
D | source.c | 270 static void stream_setup_complete(struct avdtp *session, struct a2dp_sep *sep, in stream_setup_complete() 456 struct a2dp_sep *sep; in discovery_complete()
|
D | sink.c | 303 static void stream_setup_complete(struct avdtp *session, struct a2dp_sep *sep, in stream_setup_complete() 495 struct a2dp_sep *sep; in discovery_complete()
|
D | unix.c | 69 struct a2dp_sep *sep; 633 struct a2dp_sep *sep; in a2dp_discovery_complete() 697 static void a2dp_config_complete(struct avdtp *session, struct a2dp_sep *sep, in a2dp_config_complete()
|