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

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_conn.c39 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
461 if (p_ccb->is_congested)
476 p_ccb->is_congested = TRUE;
546 if (p_ccb->is_congested)
561 p_ccb->is_congested = TRUE;
1033 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested) argument
1041 is_congested, lcid);
1047 p_ccb->is_congested = is_congested;
1049 event = (is_congested)
[all...]
H A Dgap_int.h98 BOOLEAN is_congested; member in struct:__anon1267
/external/bluetooth/bluedroid/stack/avct/
H A Davct_l2c.c45 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
398 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) argument
406 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.c47 static void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested);
389 void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested) argument
402 rfc_process_l2cap_congestion (p_mcb, is_congested);
H A Drfc_port_fsm.c870 void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested) argument
872 p_mcb->l2cap_congested = is_congested;
874 if (!is_congested)
881 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.c418 ** The is_congested parameter is the same value passed by
425 void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested) argument
434 avdt_ccb_event(p_ccb, AVDT_CCB_LL_CONG_EVT, (tAVDT_CCB_EVT *) &is_congested);
443 avdt_scb_event(p_scb, AVDT_SCB_TC_CONG_EVT, (tAVDT_SCB_EVT *) &is_congested);
H A Davdt_l2c.c45 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
494 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) argument
501 avdt_ad_tc_cong_ind(p_tbl, is_congested);
H A Davdt_int.h695 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_int.h313 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);
H A Dmca_l2c.c519 void mca_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) argument
526 mca_tc_cong_ind(p_tbl, is_congested);
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_act.c531 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)
1052 evt_data.congest.is_congested = TRUE;
1102 evt_data.congest.is_congested = TRUE;
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_main.c66 static void bnep_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
407 static void bnep_congestion_ind (UINT16 l2cap_cid, BOOLEAN is_congested) argument
418 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.h142 BOOLEAN is_congested; member in struct:__anon24060
/external/libnfc-nci/src/nfc/include/
H A Dllcp_api.h159 BOOLEAN is_congested; /* TRUE if congested */ member in struct:__anon24271
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_dlc.c1137 cback_data.congest.is_congested = TRUE;
1157 cback_data.congest.is_congested = FALSE;
H A Dllcp_link.c616 data.congest.is_congested = TRUE;
703 data.congest.is_congested = FALSE;

Completed in 2877 milliseconds