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

  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 38 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
460 if (p_ccb->is_congested)
475 p_ccb->is_congested = TRUE;
545 if (p_ccb->is_congested)
560 p_ccb->is_congested = TRUE;
    [all...]
gap_int.h 98 BOOLEAN is_congested; member in struct:__anon3097
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 44 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
396 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
404 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, (tAVCT_LCB_EVT *) &is_congested);
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 46 static void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested);
386 void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested)
399 rfc_process_l2cap_congestion (p_mcb, is_congested);
rfc_port_fsm.c 865 void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested)
867 p_mcb->l2cap_congested = is_congested;
869 if (!is_congested)
876 if (!is_congested)
rfc_int.h 300 extern void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 416 ** The is_congested parameter is the same value passed by
423 void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested)
432 avdt_ccb_event(p_ccb, AVDT_CCB_LL_CONG_EVT, (tAVDT_CCB_EVT *) &is_congested);
441 avdt_scb_event(p_scb, AVDT_SCB_TC_CONG_EVT, (tAVDT_SCB_EVT *) &is_congested);
avdt_l2c.c 44 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
488 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
495 avdt_ad_tc_cong_ind(p_tbl, is_congested);
avdt_int.h 694 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested);
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 397 ** The is_congested parameter is the same value passed by
404 void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested)
414 mca_ccb_event(p_ccb, MCA_CCB_LL_CONG_EVT, (tMCA_CCB_EVT *) &is_congested);
423 mca_dcb_event(p_dcb, MCA_DCB_TC_CONG_EVT, (tMCA_DCB_EVT *) &is_congested);
mca_int.h 313 extern void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested);
335 extern void mca_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
mca_l2c.c 514 void mca_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
521 mca_tc_cong_ind(p_tbl, is_congested);
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 531 evt_data.congest.is_congested = p_data->congest.is_congested;
533 if (p_data->congest.is_congested)
551 if ( (evt_data.congest.is_congested == FALSE)
557 else if ( (evt_data.congest.is_congested == TRUE)
573 if ( (evt_data.congest.is_congested == FALSE)
579 else if ( (evt_data.congest.is_congested == TRUE)
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 65 static void bnep_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
405 static void bnep_congestion_ind (UINT16 l2cap_cid, BOOLEAN is_congested)
416 if (is_congested)
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 124 static void l2c_ucd_congestion_status_cback (BD_ADDR rem_bda, BOOLEAN is_congested)
139 is_congested, p_rcb->psm,
143 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ( rem_bda, is_congested );
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 142 BOOLEAN is_congested; member in struct:__anon10328
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 159 BOOLEAN is_congested; /* TRUE if congested */ member in struct:__anon10536
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp     [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c     [all...]
llcp_link.c 596 data.congest.is_congested = TRUE;
683 data.congest.is_congested = FALSE;
    [all...]

Completed in 638 milliseconds