Home
last modified time | relevance | path

Searched refs:a2dp (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluez/audio/
Dunix.c83 struct a2dp_data a2dp; member
202 struct a2dp_data *a2dp = &client->d.a2dp; in stream_state_changed() local
206 if (a2dp->sep) { in stream_state_changed()
207 a2dp_sep_unlock(a2dp->sep, a2dp->session); in stream_state_changed()
208 a2dp->sep = NULL; in stream_state_changed()
210 if (a2dp->session) { in stream_state_changed()
211 avdtp_unref(a2dp->session); in stream_state_changed()
212 a2dp->session = NULL; in stream_state_changed()
214 a2dp->stream = NULL; in stream_state_changed()
578 struct a2dp_data *a2dp = &client->d.a2dp; in a2dp_discovery_complete() local
[all …]
Dpcm_bluetooth.c139 struct bluetooth_a2dp a2dp; /* A2DP data */ member
295 struct bluetooth_a2dp *a2dp = &data->a2dp; in bluetooth_exit() local
308 if (a2dp->sbc_initialized) in bluetooth_exit()
309 sbc_finish(&a2dp->sbc); in bluetooth_exit()
528 sbc_capabilities_t *cap = &data->a2dp.sbc_capabilities; in bluetooth_a2dp_init()
620 static void bluetooth_a2dp_setup(struct bluetooth_a2dp *a2dp) in bluetooth_a2dp_setup() argument
622 sbc_capabilities_t active_capabilities = a2dp->sbc_capabilities; in bluetooth_a2dp_setup()
624 if (a2dp->sbc_initialized) in bluetooth_a2dp_setup()
625 sbc_reinit(&a2dp->sbc, 0); in bluetooth_a2dp_setup()
627 sbc_init(&a2dp->sbc, 0); in bluetooth_a2dp_setup()
[all …]
Dipctest.c102 struct a2dp_info a2dp; member
283 codec.length != sizeof(u->a2dp.sbc_capabilities)) in parse_caps()
288 memcpy(&u->a2dp.sbc_capabilities, &codec, in parse_caps()
289 sizeof(u->a2dp.sbc_capabilities)); in parse_caps()
391 cap = &u->a2dp.sbc_capabilities; in setup_a2dp()
479 static void setup_sbc(struct a2dp_info *a2dp) in setup_sbc() argument
483 assert(a2dp); in setup_sbc()
485 active_capabilities = &a2dp->sbc_capabilities; in setup_sbc()
487 if (a2dp->sbc_initialized) in setup_sbc()
488 sbc_reinit(&a2dp->sbc, 0); in setup_sbc()
[all …]
Dipctest-hsp-a2dp-switch.test3 profile a2dp
27 profile a2dp
DMakefile.am12 avdtp.h avdtp.c a2dp.h a2dp.c sink.h sink.c source.h source.c \
Dipctest-a2dp-easy.test1 profile a2dp
DAndroid.mk8 a2dp.c \
Dipctest-a2dp-resume-fast.test3 profile a2dp