Home
last modified time | relevance | path

Searched refs:avdtp_local_sep (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/audio/
Davdtp.h38 struct avdtp_local_sep;
138 struct avdtp_local_sep *lsep,
143 struct avdtp_local_sep *lsep,
147 void (*open) (struct avdtp *session, struct avdtp_local_sep *lsep,
150 void (*start) (struct avdtp *session, struct avdtp_local_sep *lsep,
153 void (*suspend) (struct avdtp *session, struct avdtp_local_sep *lsep,
156 void (*close) (struct avdtp *session, struct avdtp_local_sep *lsep,
159 void (*abort) (struct avdtp *session, struct avdtp_local_sep *lsep,
163 struct avdtp_local_sep *lsep,
166 void (*delay_report) (struct avdtp *session, struct avdtp_local_sep *lsep,
[all …]
Da2dp.c65 struct avdtp_local_sep *sep;
284 struct avdtp_local_sep *sep, in sbc_setconf_ind()
347 static gboolean sbc_getcap_ind(struct avdtp *session, struct avdtp_local_sep *sep, in sbc_getcap_ind()
415 struct avdtp_local_sep *sep, in mpeg_setconf_ind()
456 struct avdtp_local_sep *sep, in mpeg_getcap_ind()
512 static void setconf_cfm(struct avdtp *session, struct avdtp_local_sep *sep, in setconf_cfm()
558 static gboolean getconf_ind(struct avdtp *session, struct avdtp_local_sep *sep, in getconf_ind()
570 static void getconf_cfm(struct avdtp *session, struct avdtp_local_sep *sep, in getconf_cfm()
582 static gboolean open_ind(struct avdtp *session, struct avdtp_local_sep *sep, in open_ind()
595 static void open_cfm(struct avdtp *session, struct avdtp_local_sep *sep, in open_cfm()
[all …]
Davdtp.c335 struct avdtp_local_sep { struct
365 struct avdtp_local_sep *lsep; argument
449 struct avdtp_local_sep *sep,
815 struct avdtp_local_sep *sep = stream->lsep; in transport_cb()
836 struct avdtp_local_sep *sep = stream->lsep; in handle_transport_connect()
903 struct avdtp_local_sep *lsep; in handle_unanswered_req()
962 struct avdtp_local_sep *sep, in avdtp_sep_set_state()
1053 struct avdtp_local_sep *sep = stream->lsep; in release_stream()
1173 static struct avdtp_local_sep *find_local_sep_by_seid(struct avdtp_server *server, in find_local_sep_by_seid()
1179 struct avdtp_local_sep *sep = l->data; in find_local_sep_by_seid()
[all …]
Dsource.c454 struct avdtp_local_sep *lsep; in discovery_complete()
Dsink.c493 struct avdtp_local_sep *lsep; in discovery_complete()