/external/bluetooth/bluez/audio/ |
source.c | 423 struct avdtp_remote_sep *rsep, 429 media_codec = avdtp_get_codec(rsep); 455 struct avdtp_remote_sep *rsep; local 480 A2DP_CODEC_SBC, &lsep, &rsep) < 0) { 485 if (!select_capabilities(session, rsep, &caps)) { 490 sep = a2dp_get(session, rsep);
|
a2dp.c | 753 struct avdtp_remote_sep *rsep; local 778 &lsep, &rsep); 784 posix_err = avdtp_set_configuration(setup->session, rsep, lsep, 1238 struct avdtp_remote_sep *rsep) 1251 cap = avdtp_get_codec(rsep); 1254 if (avdtp_get_type(rsep) == AVDTP_SEP_TYPE_SINK) 1285 struct avdtp_remote_sep *rsep; local 1362 &lsep, &rsep) < 0) { 1367 posix_err = avdtp_set_configuration(session, rsep, lsep, [all...] |
avdtp.h | 254 struct avdtp_remote_sep *rsep, 280 struct avdtp_remote_sep **rsep);
|
sink.c | 456 struct avdtp_remote_sep *rsep, 462 media_codec = avdtp_get_codec(rsep); 488 struct avdtp_remote_sep *rsep; local 513 A2DP_CODEC_SBC, &lsep, &rsep) < 0) { 518 if (!select_capabilities(session, rsep, &caps)) { 523 sep = a2dp_get(session, rsep);
|
unix.c | 600 struct avdtp_remote_sep *rsep = l->data; local 607 type = avdtp_get_type(rsep); 612 cap = avdtp_get_codec(rsep); 617 seid = avdtp_get_seid(rsep); 622 stream = avdtp_get_stream(rsep); 886 struct avdtp_remote_sep *rsep; local 909 rsep = avdtp_get_remote_sep(a2dp->session, client->seid); 910 if (!rsep) { 915 a2dp->sep = a2dp_get(a2dp->session, rsep); [all...] |
avdtp.c | 748 struct avdtp_remote_sep *rsep; local 753 rsep = find_remote_sep(stream->session->seps, stream->rseid); 754 if (rsep) 755 rsep->stream = NULL; [all...] |