OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbc_codec_cap
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluez/audio/
a2dp.h
72
struct
sbc_codec_cap
{
struct
96
struct
sbc_codec_cap
{
struct
source.c
349
static gboolean select_sbc_params(struct
sbc_codec_cap
*cap,
350
struct
sbc_codec_cap
*supported)
354
memset(cap, 0, sizeof(struct
sbc_codec_cap
));
427
struct
sbc_codec_cap
sbc_cap;
433
select_sbc_params(&sbc_cap, (struct
sbc_codec_cap
*) media_codec->data);
sink.c
382
static gboolean select_sbc_params(struct
sbc_codec_cap
*cap,
383
struct
sbc_codec_cap
*supported)
387
memset(cap, 0, sizeof(struct
sbc_codec_cap
));
460
struct
sbc_codec_cap
sbc_cap;
466
select_sbc_params(&sbc_cap, (struct
sbc_codec_cap
*) media_codec->data);
a2dp.c
291
struct
sbc_codec_cap
*sbc_cap;
311
if (cap->length < sizeof(struct
sbc_codec_cap
))
345
struct
sbc_codec_cap
sbc_cap;
359
memset(&sbc_cap, 0, sizeof(struct
sbc_codec_cap
));
[
all
...]
unix.c
461
static void print_sbc(struct
sbc_codec_cap
*sbc)
504
struct
sbc_codec_cap
*sbc_cap = (void *) codec_cap;
[
all
...]
/external/bluetooth/bluez/tools/
avinfo.c
172
struct
sbc_codec_cap
{
struct
226
struct
sbc_codec_cap
{
struct
344
static void print_sbc(struct
sbc_codec_cap
*sbc)
Completed in 22 milliseconds