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
238
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
455
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
499
else if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
547
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
610
if ((p_scb =
avdt_scb_by_hdl
(p_handles[i])) == NULL)
668
if ((p_scb =
avdt_scb_by_hdl
(p_handles[i])) == NULL)
716
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
754
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
791
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL)
830
if ((p_scb =
avdt_scb_by_hdl
(handle)) == NULL
[
all
...]
avdt_ccb_act.c
223
p_scb =
avdt_scb_by_hdl
(p_data->msg.single.seid);
316
if ((p_scb =
avdt_scb_by_hdl
(p[i])) != NULL)
389
if ((p_scb =
avdt_scb_by_hdl
(p[i])) != NULL)
533
if ((p_scb =
avdt_scb_by_hdl
(seid_list[i])) != NULL)
565
if ((p_scb =
avdt_scb_by_hdl
(p_data->msg.multi.seid_list[i])) != NULL)
611
if ((p_scb =
avdt_scb_by_hdl
(seid_list[i])) != NULL)
643
if ((p_scb =
avdt_scb_by_hdl
(p_data->msg.multi.seid_list[i])) != NULL)
732
p_scb =
avdt_scb_by_hdl
(*((UINT8 *)(p_ccb->p_curr_cmd + 1)));
[
all
...]
avdt_ad.c
344
p_scb =
avdt_scb_by_hdl
(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl);
395
p_scb =
avdt_scb_by_hdl
(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl);
438
p_scb =
avdt_scb_by_hdl
(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl);
477
p_scb =
avdt_scb_by_hdl
(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl);
avdt_msg.c
801
if (
avdt_scb_by_hdl
(p_msg->single.seid) == NULL)
835
if (
avdt_scb_by_hdl
(p_msg->config_cmd.hdr.seid) == NULL)
894
if (
avdt_scb_by_hdl
(p_msg->reconfig_cmd.hdr.seid) == NULL)
[
all
...]
avdt_scb.c
689
tAVDT_SCB *
avdt_scb_by_hdl
(UINT8 hdl)
function
[
all
...]
avdt_int.h
611
extern tAVDT_SCB *
avdt_scb_by_hdl
(UINT8 hdl);
Completed in 277 milliseconds