Searched refs:is_congested (Results 1 - 19 of 19) sorted by relevance

/external/bluetooth/bluedroid/stack/avct/
H A Davct_l2c.c44 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
396 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) argument
404 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, (tAVCT_LCB_EVT *) &is_congested);
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_l2cap_if.c46 static void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested);
386 void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested) argument
399 rfc_process_l2cap_congestion (p_mcb, is_congested);
H A Drfc_port_fsm.c865 void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested) argument
867 p_mcb->l2cap_congested = is_congested;
869 if (!is_congested)
876 if (!is_congested)
H A Drfc_int.h300 extern void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested);
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_ad.c416 ** 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) argument
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);
H A Davdt_l2c.c44 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
488 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) argument
495 avdt_ad_tc_cong_ind(p_tbl, is_congested);
H A Davdt_int.h693 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested);
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c397 ** The is_congested parameter is the same value passed by
404 void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested) argument
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);
H A Dmca_l2c.c41 void mca_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
521 void mca_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) argument
528 mca_tc_cong_ind(p_tbl, is_congested);
H A Dmca_int.h313 extern void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested);
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_act.c530 evt_data.congest.is_congested = p_data->congest.is_congested;
532 if (p_data->congest.is_congested)
550 if ( (evt_data.congest.is_congested == FALSE)
556 else if ( (evt_data.congest.is_congested == TRUE)
572 if ( (evt_data.congest.is_congested == FALSE)
578 else if ( (evt_data.congest.is_congested == TRUE)
1051 evt_data.congest.is_congested = TRUE;
1101 evt_data.congest.is_congested = TRUE;
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_main.c65 static void bnep_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
405 static void bnep_congestion_ind (UINT16 l2cap_cid, BOOLEAN is_congested) argument
416 if (is_congested)
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ucd.c124 static void l2c_ucd_congestion_status_cback (BD_ADDR rem_bda, BOOLEAN is_congested) argument
139 is_congested, p_rcb->psm,
143 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ( rem_bda, is_congested );
/external/libnfc-nci/src/nfa/include/
H A Dnfa_p2p_api.h141 BOOLEAN is_congested; member in struct:__anon7607
/external/libnfc-nci/src/nfc/include/
H A Dllcp_api.h156 BOOLEAN is_congested; /* TRUE if congested */ member in struct:__anon7815
/external/libnfc-nci/src/nfa/cho/
H A Dnfa_cho_sm.c453 nfa_cho_cb.collision_congested = p_data->llcp_cback_data.congest.is_congested;
651 nfa_cho_cb.congested = p_data->llcp_cback_data.congest.is_congested;
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_dlc.c1110 cback_data.congest.is_congested = TRUE;
1130 cback_data.congest.is_congested = FALSE;
H A Dllcp_link.c590 data.congest.is_congested = TRUE;
677 data.congest.is_congested = FALSE;
/external/libnfc-nci/src/nfa/snep/
H A Dnfa_snep_act.c1424 SNEP_TRACE_DEBUG3 ("nfa_snep_proc_llcp_congest () local_sap=0x%x, remote_sap=0x%x, is_congested=%d",
1427 p_data->congest.is_congested);
1439 nfa_snep_cb.conn[dlink].congest = p_data->congest.is_congested;

Completed in 278 milliseconds