Searched refs:lsep (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | avdtp.h | 137 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 …]
|
D | avdtp.c | 343 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 …]
|
D | a2dp.c | 752 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()
|
D | source.c | 454 struct avdtp_local_sep *lsep; in discovery_complete() local 480 A2DP_CODEC_SBC, &lsep, &rsep) < 0) { in discovery_complete()
|
D | sink.c | 487 struct avdtp_local_sep *lsep; in discovery_complete() local 513 A2DP_CODEC_SBC, &lsep, &rsep) < 0) { in discovery_complete()
|