OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avdt_scb_by_hdl
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_api.c
300
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
517
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
561
else if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
609
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
672
if ((p_scb =
avdt_scb_by_hdl
(p_handles[i])) == NULL)
730
if ((p_scb =
avdt_scb_by_hdl
(p_handles[i])) == NULL)
778
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
816
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
853
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
892
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL
[
all
...]
avdt_ccb_act.c
229
p_scb =
avdt_scb_by_hdl
(p_data->msg.single.seid);
322
if ((p_scb =
avdt_scb_by_hdl
(p[i])) != NULL)
395
if ((p_scb =
avdt_scb_by_hdl
(p[i])) != NULL)
539
if ((p_scb =
avdt_scb_by_hdl
(seid_list[i])) != NULL)
571
if ((p_scb =
avdt_scb_by_hdl
(p_data->msg.multi.seid_list[i])) != NULL)
617
if ((p_scb =
avdt_scb_by_hdl
(seid_list[i])) != NULL)
649
if ((p_scb =
avdt_scb_by_hdl
(p_data->msg.multi.seid_list[i])) != NULL)
739
p_scb =
avdt_scb_by_hdl
(*((UINT8 *)(p_ccb->p_curr_cmd + 1)));
[
all
...]
avdt_ad.c
346
p_scb =
avdt_scb_by_hdl
(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl);
397
p_scb =
avdt_scb_by_hdl
(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl);
440
p_scb =
avdt_scb_by_hdl
(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl);
479
p_scb =
avdt_scb_by_hdl
(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl);
avdt_msg.c
811
if (
avdt_scb_by_hdl
(p_msg->single.seid) == NULL)
845
if (
avdt_scb_by_hdl
(p_msg->config_cmd.hdr.seid) == NULL)
904
if (
avdt_scb_by_hdl
(p_msg->reconfig_cmd.hdr.seid) == NULL)
[
all
...]
avdt_scb.c
698
tAVDT_SCB *
avdt_scb_by_hdl
(UINT8 hdl)
function
[
all
...]
avdt_int.h
612
extern tAVDT_SCB *
avdt_scb_by_hdl
(UINT8 hdl);
Completed in 180 milliseconds