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

  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 209 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &result);
259 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL);
320 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL);
352 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &result);
381 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &res);
404 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, (tAVCT_LCB_EVT *) &is_congested);
426 avct_lcb_event(p_lcb, AVCT_LCB_LL_MSG_EVT, (tAVCT_LCB_EVT *) &p_buf);
avct_api.c 173 avct_lcb_event(p_lcb, AVCT_LCB_UL_BIND_EVT, (tAVCT_LCB_EVT *) &p_ccb);
213 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_UNBIND_EVT, (tAVCT_LCB_EVT *) &p_ccb);
460 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_MSG_EVT, (tAVCT_LCB_EVT *) &ul_msg);
avct_lcb_act.c 180 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &result);
248 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data);
398 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data);
avct_int.h 145 extern void avct_lcb_event(tAVCT_LCB *p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data);
avct_lcb.c 185 ** Function avct_lcb_event
193 void avct_lcb_event(tAVCT_LCB *p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data) function

Completed in 30 milliseconds