Searched refs:lsep (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | avdtp.h | 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, 180 struct avdtp_local_sep *lsep, [all …]
|
D | avdtp.c | 365 struct avdtp_local_sep *lsep; member 773 stream->lsep->info.inuse = 0; in stream_free() 774 stream->lsep->stream = NULL; in stream_free() 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() local 918 lsep = stream->lsep; in handle_unanswered_req() 923 if (lsep && lsep->cfm && lsep->cfm->reconfigure) in handle_unanswered_req() 924 lsep->cfm->reconfigure(session, lsep, stream, &err, in handle_unanswered_req() 925 lsep->user_data); in handle_unanswered_req() [all …]
|
D | a2dp.c | 768 struct avdtp_local_sep *lsep; in a2dp_reconfigure() local 794 &lsep, &rsep); in a2dp_reconfigure() 800 posix_err = avdtp_set_configuration(setup->session, rsep, lsep, in a2dp_reconfigure() 1336 struct avdtp_local_sep *lsep; in a2dp_config() local 1414 &lsep, &rsep) < 0) { in a2dp_config() 1419 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 | 493 struct avdtp_local_sep *lsep; in discovery_complete() local 519 A2DP_CODEC_SBC, &lsep, &rsep) < 0) { in discovery_complete()
|