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

  /system/bt/stack/avct/
avct_l2c.cc 200 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT*)&result);
246 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL);
303 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL);
334 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT*)&result);
363 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT*)&res);
385 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, (tAVCT_LCB_EVT*)&is_congested);
406 avct_lcb_event(p_lcb, AVCT_LCB_LL_MSG_EVT, (tAVCT_LCB_EVT*)&p_buf);
avct_api.cc 169 avct_lcb_event(p_lcb, AVCT_LCB_UL_BIND_EVT, (tAVCT_LCB_EVT*)&p_ccb);
206 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_UNBIND_EVT,
425 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_MSG_EVT,
avct_lcb_act.cc 176 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT*)&result);
237 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data);
364 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data);
avct_int.h 147 extern void avct_lcb_event(tAVCT_LCB* p_lcb, uint8_t event,
avct_lcb.cc 155 * Function avct_lcb_event
163 void avct_lcb_event(tAVCT_LCB* p_lcb, uint8_t event, tAVCT_LCB_EVT* p_data) { function

Completed in 56 milliseconds