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
108
p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
);
189
mca_dcb_by_hdl(p_msg->
dcb_idx
);
191
p_ccb->p_rcb->reg.data_psm, BTM_SEC_PROTO_MCA, p_msg->
dcb_idx
);
197
p_ccb->p_tx_req->
dcb_idx
= p_msg->
dcb_idx
;
290
if (p_ccb->p_tx_req && ((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
))!= NULL))
317
((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
)) != NULL))
491
p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
);
510
p_ccb->data_vpsm, BTM_SEC_PROTO_MCA, p_ccb->p_tx_req->
dcb_idx
);
mca_api.c
467
p_evt_data->
dcb_idx
= mca_dcb_to_hdl (p_dcb);
523
evt_data.
dcb_idx
= 0;
529
evt_data.
dcb_idx
= mca_dcb_to_hdl(p_dcb);
640
p_evt_data->
dcb_idx
= mca_dcb_to_hdl(p_dcb);
689
evt_data.
dcb_idx
= 0;
695
evt_data.
dcb_idx
= mca_dcb_to_hdl(p_dcb);
747
((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
)) == NULL))
755
p_ccb->data_vpsm, BTM_SEC_PROTO_MCA, p_ccb->p_tx_req->
dcb_idx
);
794
((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->
dcb_idx
)) == NULL))
[
all
...]
mca_int.h
51
tMCA_DL
dcb_idx
; /* For internal use only */
member in struct:__anon69740
115
/* 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 45 milliseconds