HomeSort by relevance Sort by last modified time
    Searched refs:tMCA_CCB_MSG (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/mcap/
mca_api.c 429 tMCA_CCB_MSG *p_evt_data;
460 p_evt_data = (tMCA_CCB_MSG *)GKI_getbuf (sizeof(tMCA_CCB_MSG));
507 tMCA_CCB_MSG evt_data;
604 tMCA_CCB_MSG *p_evt_data;
635 p_evt_data = (tMCA_CCB_MSG *)GKI_getbuf (sizeof(tMCA_CCB_MSG));
673 tMCA_CCB_MSG evt_data;
785 tMCA_CCB_MSG *p_evt_data;
807 p_evt_data = (tMCA_CCB_MSG *)GKI_getbuf (sizeof(tMCA_CCB_MSG))
    [all...]
mca_cact.c 98 tMCA_CCB_MSG *p_msg = (tMCA_CCB_MSG *)p_data;
164 tMCA_CCB_MSG *p_msg = (tMCA_CCB_MSG *)p_data;
267 tMCA_CCB_MSG *p_rx_msg = NULL;
274 p_rx_msg = (tMCA_CCB_MSG *)p_pkt;
mca_int.h 52 } tMCA_CCB_MSG;
71 tMCA_CCB_MSG api;
208 tMCA_CCB_MSG *p_tx_req; /* Current request being sent/awaiting response */
209 tMCA_CCB_MSG *p_rx_msg; /* Current message received/being processed */

Completed in 69 milliseconds