OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_tx_req
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/mcap/
mca_cact.c
103
p_dcb = mca_dcb_by_hdl(p_ccb->
p_tx_req
->dcb_idx);
108
mca_free_buf ((void **)&p_ccb->
p_tx_req
);
114
if ((!p_ccb->
p_tx_req
) || is_abort)
116
p_ccb->
p_tx_req
= p_msg;
189
/* set
p_tx_req
to block API_REQ/API_RSP before DL is up */
190
mca_free_buf ((void **)&p_ccb->
p_tx_req
);
191
p_ccb->
p_tx_req
= p_ccb->p_rx_msg;
193
p_ccb->
p_tx_req
->dcb_idx = p_msg->dcb_idx;
233
if (p_ccb->
p_tx_req
&& !p_ccb->
p_tx_req
->hdr.layer_specific
[
all
...]
mca_api.c
435
if (p_ccb->
p_tx_req
|| p_ccb->p_rx_msg || p_ccb->cong)
611
if (p_ccb->
p_tx_req
|| p_ccb->p_rx_msg || p_ccb->cong)
746
if ((p_ccb->
p_tx_req
== NULL) || (p_ccb->status != MCA_CCB_STAT_PENDING) ||
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);
793
if ((p_ccb->
p_tx_req
== NULL) || (p_ccb->status != MCA_CCB_STAT_PENDING) ||
794
((p_dcb = mca_dcb_by_hdl(p_ccb->
p_tx_req
->dcb_idx)) == NULL))
[
all
...]
mca_l2c.c
239
(p_ccb->
p_tx_req
&& (p_dcb = mca_dcb_by_hdl(p_ccb->
p_tx_req
->dcb_idx)) != NULL))
mca_csm.c
309
mca_free_buf ((void **)&p_ccb->
p_tx_req
);
mca_int.h
208
tMCA_CCB_MSG *
p_tx_req
; /* Current request being sent/awaiting response */
member in struct:__anon1232
Completed in 51 milliseconds