Searched refs:p_rx_msg (Results 1 - 10 of 10) sorted by relevance

/system/bt/stack/avct/
H A Davct_lcb_act.c75 if (p_lcb->p_rx_msg != NULL)
77 GKI_freebuf(p_lcb->p_rx_msg);
78 p_lcb->p_rx_msg = NULL;
87 if (p_lcb->p_rx_msg != NULL)
89 GKI_freebuf(p_lcb->p_rx_msg);
96 p_lcb->p_rx_msg = (BT_HDR*)GKI_getbuf(GKI_MAX_BUF_SIZE);
97 if (p_lcb->p_rx_msg == NULL)
104 memcpy (p_lcb->p_rx_msg, p_buf,
110 p = (UINT8 *)(p_lcb->p_rx_msg + 1) + p_lcb->p_rx_msg
[all...]
H A Davct_lcb.c378 if (p_lcb->p_rx_msg != NULL)
380 GKI_freebuf(p_lcb->p_rx_msg);
H A Davct_int.h81 BT_HDR *p_rx_msg; /* Message being reassembled */ member in struct:__anon779
/system/bt/stack/mcap/
H A Dmca_cact.c195 p_ccb->p_tx_req = p_ccb->p_rx_msg;
196 p_ccb->p_rx_msg = NULL;
199 mca_free_buf ((void **)&p_ccb->p_rx_msg);
266 tMCA_CCB_MSG *p_rx_msg = NULL; local
273 p_rx_msg = (tMCA_CCB_MSG *)p_pkt;
299 else if (p_ccb->p_rx_msg)
365 p_rx_msg->mdep_id = evt_data.create_ind.dep_id;
366 if (!mca_is_valid_dep_id(p_ccb->p_rcb, p_rx_msg->mdep_id))
435 p_rx_msg->op_code = evt_data.hdr.op_code;
436 p_rx_msg
[all...]
H A Dmca_api.c435 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))
H A Dmca_csm.c308 mca_free_buf ((void **)&p_ccb->p_rx_msg);
H A Dmca_int.h209 tMCA_CCB_MSG *p_rx_msg; /* Current message received/being processed */ member in struct:__anon1239
/system/bt/stack/avdt/
H A Davdt_msg.c1378 if (p_ccb->p_rx_msg != NULL)
1380 GKI_freebuf(p_ccb->p_rx_msg);
1381 p_ccb->p_rx_msg = NULL;
1390 if (p_ccb->p_rx_msg != NULL)
1392 GKI_freebuf(p_ccb->p_rx_msg);
1395 p_ccb->p_rx_msg = p_buf;
1401 p_ccb->p_rx_msg->offset += p_ccb->p_rx_msg->len;
1404 p_ccb->p_rx_msg->len -= 1;
1412 if (p_ccb->p_rx_msg
[all...]
H A Davdt_ccb_act.c64 if (p_ccb->p_rx_msg != NULL)
66 GKI_freebuf(p_ccb->p_rx_msg);
67 p_ccb->p_rx_msg = NULL;
H A Davdt_int.h433 BT_HDR *p_rx_msg; /* Current message being received */ member in struct:__anon800

Completed in 117 milliseconds