Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Davdtp.h137 struct avdtp_local_sep *lsep,
142 struct avdtp_local_sep *lsep,
146 void (*open) (struct avdtp *session, struct avdtp_local_sep *lsep,
149 void (*start) (struct avdtp *session, struct avdtp_local_sep *lsep,
152 void (*suspend) (struct avdtp *session, struct avdtp_local_sep *lsep,
155 void (*close) (struct avdtp *session, struct avdtp_local_sep *lsep,
158 void (*abort) (struct avdtp *session, struct avdtp_local_sep *lsep,
162 struct avdtp_local_sep *lsep,
175 struct avdtp_local_sep *lsep,
180 struct avdtp_local_sep *lsep,
[all …]
Davdtp.c343 struct avdtp_local_sep *lsep; member
750 stream->lsep->info.inuse = 0; in stream_free()
751 stream->lsep->stream = NULL; in stream_free()
791 struct avdtp_local_sep *sep = stream->lsep; in transport_cb()
812 struct avdtp_local_sep *sep = stream->lsep; in handle_transport_connect()
963 struct avdtp_local_sep *sep = stream->lsep; in release_stream()
1287 stream->lsep = sep; in avdtp_setconf_cmd()
2052 avdtp_sep_set_state(session, stream->lsep, in avdtp_connect_cb()
2209 struct avdtp_local_sep *lsep; in request_timeout() local
2226 lsep = stream->lsep; in request_timeout()
[all …]
Da2dp.c752 struct avdtp_local_sep *lsep; in a2dp_reconfigure() local
778 &lsep, &rsep); in a2dp_reconfigure()
784 posix_err = avdtp_set_configuration(setup->session, rsep, lsep, in a2dp_reconfigure()
1284 struct avdtp_local_sep *lsep; in a2dp_config() local
1362 &lsep, &rsep) < 0) { in a2dp_config()
1367 posix_err = avdtp_set_configuration(session, rsep, lsep, in a2dp_config()
Dsource.c454 struct avdtp_local_sep *lsep; in discovery_complete() local
480 A2DP_CODEC_SBC, &lsep, &rsep) < 0) { in discovery_complete()
Dsink.c487 struct avdtp_local_sep *lsep; in discovery_complete() local
513 A2DP_CODEC_SBC, &lsep, &rsep) < 0) { in discovery_complete()