Searched defs:p_rx_msg (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/mcap/
H A Dmca_cact.cc181 p_ccb->p_tx_req = p_ccb->p_rx_msg;
182 p_ccb->p_rx_msg = NULL;
187 osi_free_and_reset((void**)&p_ccb->p_rx_msg);
244 tMCA_CCB_MSG* p_rx_msg = NULL; local
251 p_rx_msg = (tMCA_CCB_MSG*)p_pkt;
274 } else if (p_ccb->p_rx_msg) {
325 p_rx_msg->mdep_id = evt_data.create_ind.dep_id;
326 if (!mca_is_valid_dep_id(p_ccb->p_rcb, p_rx_msg->mdep_id)) {
328 p_rx_msg->mdep_id);
413 p_rx_msg
[all...]
H A Dmca_int.h220 tMCA_CCB_MSG* p_rx_msg; /* Current message received/being processed */ member in struct:__anon1302
/system/bt/stack/avct/
H A Davct_int.h81 BT_HDR* p_rx_msg; /* Message being reassembled */ member in struct:__anon917
/system/bt/stack/avdt/
H A Davdt_int.h529 p_rx_msg(nullptr),
589 p_rx_msg = nullptr;
623 BT_HDR* p_rx_msg; // Current message being received member in class:AvdtpCcb

Completed in 73 milliseconds