OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_rx_msg
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c
74
if (p_lcb->
p_rx_msg
!= NULL)
76
GKI_freebuf(p_lcb->
p_rx_msg
);
77
p_lcb->
p_rx_msg
= NULL;
86
if (p_lcb->
p_rx_msg
!= NULL)
88
GKI_freebuf(p_lcb->
p_rx_msg
);
91
p_lcb->
p_rx_msg
= p_buf;
97
p_lcb->
p_rx_msg
->offset += p_lcb->
p_rx_msg
->len;
100
p_lcb->
p_rx_msg
->len -= 1;
108
if (p_lcb->
p_rx_msg
== NULL
[
all
...]
avct_lcb.c
376
if (p_lcb->
p_rx_msg
!= NULL)
378
GKI_freebuf(p_lcb->
p_rx_msg
);
avct_int.h
81
BT_HDR *
p_rx_msg
; /* Message being reassembled */
member in struct:__anon760
/external/bluetooth/bluedroid/stack/mcap/
mca_cact.c
191
p_ccb->p_tx_req = p_ccb->
p_rx_msg
;
192
p_ccb->
p_rx_msg
= NULL;
195
mca_free_buf ((void **)&p_ccb->
p_rx_msg
);
260
tMCA_CCB_MSG *
p_rx_msg
= NULL;
local
267
p_rx_msg
= (tMCA_CCB_MSG *)p_pkt;
293
else if (p_ccb->
p_rx_msg
)
359
p_rx_msg
->mdep_id = evt_data.create_ind.dep_id;
360
if (!mca_is_valid_dep_id(p_ccb->p_rcb,
p_rx_msg
->mdep_id))
429
p_rx_msg
->op_code = evt_data.hdr.op_code;
430
p_rx_msg
->mdl_id = evt_data.hdr.mdl_id
[
all
...]
mca_api.c
435
if (p_ccb->p_tx_req || p_ccb->
p_rx_msg
|| p_ccb->cong)
519
if (p_ccb->
p_rx_msg
&& (p_ccb->
p_rx_msg
->mdep_id == dep )
520
&& (p_ccb->
p_rx_msg
->mdl_id == mdl_id) && (p_ccb->
p_rx_msg
->op_code == MCA_OP_MDL_CREATE_REQ))
611
if (p_ccb->p_tx_req || p_ccb->
p_rx_msg
|| p_ccb->cong)
685
if (p_ccb->
p_rx_msg
&& (p_ccb->
p_rx_msg
->mdl_id == mdl_id) &&
686
(p_ccb->
p_rx_msg
->op_code == MCA_OP_MDL_RECONNECT_REQ))
[
all
...]
mca_csm.c
308
mca_free_buf ((void **)&p_ccb->
p_rx_msg
);
mca_int.h
209
tMCA_CCB_MSG *
p_rx_msg
; /* Current message received/being processed */
member in struct:__anon1232
/external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c
[
all
...]
avdt_ccb_act.c
63
if (p_ccb->
p_rx_msg
!= NULL)
65
GKI_freebuf(p_ccb->
p_rx_msg
);
66
p_ccb->
p_rx_msg
= NULL;
[
all
...]
avdt_int.h
437
BT_HDR *
p_rx_msg
; /* Current message being received */
member in struct:__anon781
Completed in 80 milliseconds