Home
last modified time | relevance | path

Searched refs:tMCA_CCB_MSG (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/mcap/
Dmca_api.c457 tMCA_CCB_MSG *p_evt_data = in MCA_CreateMdl()
458 (tMCA_CCB_MSG *)osi_malloc(sizeof(tMCA_CCB_MSG)); in MCA_CreateMdl()
502 tMCA_CCB_MSG evt_data; in MCA_CreateMdlRsp()
626 tMCA_CCB_MSG *p_evt_data = in MCA_ReconnectMdl()
627 (tMCA_CCB_MSG *)osi_malloc(sizeof(tMCA_CCB_MSG)); in MCA_ReconnectMdl()
664 tMCA_CCB_MSG evt_data; in MCA_ReconnectMdlRsp()
796 tMCA_CCB_MSG *p_evt_data = in MCA_Abort()
797 (tMCA_CCB_MSG *)osi_malloc(sizeof(tMCA_CCB_MSG)); in MCA_Abort()
836 tMCA_CCB_MSG *p_evt_data = (tMCA_CCB_MSG *)osi_malloc(sizeof(tMCA_CCB_MSG)); in MCA_Delete()
Dmca_cact.c100 tMCA_CCB_MSG *p_msg = (tMCA_CCB_MSG *)p_data; in mca_ccb_snd_req()
164 tMCA_CCB_MSG *p_msg = (tMCA_CCB_MSG *)p_data; in mca_ccb_snd_rsp()
262 tMCA_CCB_MSG *p_rx_msg = NULL; in mca_ccb_hdl_req()
269 p_rx_msg = (tMCA_CCB_MSG *)p_pkt; in mca_ccb_hdl_req()
Dmca_int.h53 } tMCA_CCB_MSG; typedef
72 tMCA_CCB_MSG api;
209 tMCA_CCB_MSG *p_tx_req; /* Current request being sent/awaiting response */
210 tMCA_CCB_MSG *p_rx_msg; /* Current message received/being processed */