OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dcb_idx
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/mcap/
mca_cact.c
109
p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
);
186
mca_dcb_by_hdl(p_msg->
dcb_idx
);
190
p_msg->
dcb_idx
);
196
p_ccb->p_tx_req->
dcb_idx
= p_msg->
dcb_idx
;
286
if (p_ccb->p_tx_req && ((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
))!= NULL))
313
((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
)) != NULL))
483
p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
);
502
p_ccb->data_vpsm, BTM_SEC_PROTO_MCA, p_ccb->p_tx_req->
dcb_idx
);
mca_api.c
462
p_evt_data->
dcb_idx
= mca_dcb_to_hdl (p_dcb);
518
evt_data.
dcb_idx
= 0;
524
evt_data.
dcb_idx
= mca_dcb_to_hdl(p_dcb);
633
p_evt_data->
dcb_idx
= mca_dcb_to_hdl(p_dcb);
680
evt_data.
dcb_idx
= 0;
686
evt_data.
dcb_idx
= mca_dcb_to_hdl(p_dcb);
738
((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
)) == NULL))
746
p_ccb->data_vpsm, BTM_SEC_PROTO_MCA, p_ccb->p_tx_req->
dcb_idx
);
784
((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
)) == NULL))
mca_int.h
52
tMCA_DL
dcb_idx
; /* For internal use only */
member in struct:__anon74353
116
/* tMCA_DL
dcb_idx
; For internal use only */
mca_l2c.c
244
(p_ccb->p_tx_req && (p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
)) != NULL))
Completed in 555 milliseconds