OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bta_av_co_cb
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/btif/co/
bta_av_co.c
146
static tBTA_AV_CO_CB
bta_av_co_cb
;
variable
170
return
bta_av_co_cb
.cp.active;
188
return
bta_av_co_cb
.cp.flag;
214
bta_av_co_cb
.cp.flag = cp_flag;
235
if (index >= BTA_AV_CO_NUM_ELEMENTS(
bta_av_co_cb
.peers))
241
return &
bta_av_co_cb
.peers[index];
281
bta_av_co_cb
.codec_cfg_setconfig.id = BTIF_AV_CODEC_NONE;
432
/* Protect access to
bta_av_co_cb
.codec_cfg */
466
bta_av_co_cb
.cp.active = TRUE;
473
bta_av_co_cb
.cp.active = FALSE
[
all
...]
Completed in 31 milliseconds