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

  /external/bluetooth/bluedroid/stack/avct/
avct_ccb.c 69 ** Function avct_ccb_dealloc
78 void avct_ccb_dealloc(tAVCT_CCB *p_ccb, UINT8 event, UINT16 result, BD_ADDR bd_addr) function
82 AVCT_TRACE_DEBUG1("avct_ccb_dealloc %d", avct_ccb_to_idx(p_ccb));
avct_api.c 157 avct_ccb_dealloc(p_ccb, AVCT_NO_EVT, 0, NULL);
164 avct_ccb_dealloc(p_ccb, AVCT_NO_EVT, 0, NULL);
208 avct_ccb_dealloc(p_ccb, AVCT_NO_EVT, 0, NULL);
avct_lcb_act.c 196 avct_ccb_dealloc(p_data->p_ccb, AVCT_DISCONNECT_CFM_EVT, 0, NULL);
272 avct_ccb_dealloc(p_ccb, AVCT_CONNECT_CFM_EVT,
300 avct_ccb_dealloc(p_ccb, AVCT_DISCONNECT_IND_EVT,
347 avct_ccb_dealloc(p_ccb, event, p_data->result, p_lcb->peer_addr);
435 avct_ccb_dealloc(p_data->p_ccb, AVCT_CONNECT_CFM_EVT, AVCT_RESULT_FAIL, NULL);
avct_int.h 206 extern void avct_ccb_dealloc(tAVCT_CCB *p_ccb, UINT8 event, UINT16 result, BD_ADDR bd_addr);

Completed in 25 milliseconds