Searched refs:is_congested (Results 1 – 15 of 15) sorted by relevance
/system/bt/stack/gap/ |
D | gap_conn.cc | 60 bool is_congested; member 94 static void gap_congestion_ind(uint16_t lcid, bool is_congested); 486 if (p_ccb->is_congested) return true; in gap_try_write_queued_data() 494 p_ccb->is_congested = true; in gap_try_write_queued_data() 1022 static void gap_congestion_ind(uint16_t lcid, bool is_congested) { in gap_congestion_ind() argument 1024 is_congested, lcid); in gap_congestion_ind() 1029 p_ccb->is_congested = is_congested; in gap_congestion_ind() 1033 (is_congested) ? GAP_EVT_CONN_CONGESTED : GAP_EVT_CONN_UNCONGESTED, in gap_congestion_ind()
|
/system/bt/stack/avct/ |
D | avct_l2c_br.cc | 80 void avct_l2c_br_congestion_ind_cback(uint16_t lcid, bool is_congested); 389 void avct_l2c_br_congestion_ind_cback(uint16_t lcid, bool is_congested) { in avct_l2c_br_congestion_ind_cback() argument 397 avct_lcb_evt.cong = is_congested; in avct_l2c_br_congestion_ind_cback()
|
D | avct_l2c.cc | 47 void avct_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested); 384 void avct_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) { in avct_l2c_congestion_ind_cback() argument 392 avct_lcb_evt.cong = is_congested; in avct_l2c_congestion_ind_cback()
|
/system/nfc/src/nfa/p2p/ |
D | nfa_p2p_act.cc | 489 evt_data.congest.is_congested = p_data->congest.is_congested; in nfa_p2p_proc_llcp_congestion() 491 if (p_data->congest.is_congested) { in nfa_p2p_proc_llcp_congestion() 504 if ((evt_data.congest.is_congested == false) && in nfa_p2p_proc_llcp_congestion() 509 } else if ((evt_data.congest.is_congested == true) && in nfa_p2p_proc_llcp_congestion() 523 if ((evt_data.congest.is_congested == false) && in nfa_p2p_proc_llcp_congestion() 527 } else if ((evt_data.congest.is_congested == true) && in nfa_p2p_proc_llcp_congestion() 959 evt_data.congest.is_congested = true; in nfa_p2p_send_ui() 1007 evt_data.congest.is_congested = true; in nfa_p2p_send_data()
|
/system/bt/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 52 static void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested); 382 void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested) { in RFCOMM_CongestionStatusInd() argument 391 rfc_process_l2cap_congestion(p_mcb, is_congested); in RFCOMM_CongestionStatusInd()
|
D | rfc_port_fsm.cc | 877 void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested) { in rfc_process_l2cap_congestion() argument 878 p_mcb->l2cap_congested = is_congested; in rfc_process_l2cap_congestion() 880 if (!is_congested) { in rfc_process_l2cap_congestion() 885 PORT_FlowInd(p_mcb, 0, !is_congested); in rfc_process_l2cap_congestion()
|
D | rfc_int.h | 295 extern void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested);
|
/system/bt/stack/avdt/ |
D | avdt_l2c.cc | 48 void avdt_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested); 488 void avdt_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) { in avdt_l2c_congestion_ind_cback() argument 494 avdt_ad_tc_cong_ind(p_tbl, is_congested); in avdt_l2c_congestion_ind_cback()
|
D | avdt_ad.cc | 408 void avdt_ad_tc_cong_ind(AvdtpTransportChannel* p_tbl, bool is_congested) { in avdt_ad_tc_cong_ind() argument 416 avdt_ccb_evt.llcong = is_congested; in avdt_ad_tc_cong_ind() 429 avdt_scb_evt.llcong = is_congested; in avdt_ad_tc_cong_ind()
|
D | avdt_int.h | 963 bool is_congested);
|
/system/bt/stack/bnep/ |
D | bnep_main.cc | 67 static void bnep_congestion_ind(uint16_t lcid, bool is_congested); 382 static void bnep_congestion_ind(uint16_t l2cap_cid, bool is_congested) { in bnep_congestion_ind() argument 392 if (is_congested) { in bnep_congestion_ind()
|
/system/nfc/src/nfa/include/ |
D | nfa_p2p_api.h | 138 bool is_congested; member
|
/system/nfc/src/nfc/include/ |
D | llcp_api.h | 173 bool is_congested; /* TRUE if congested */ member
|
/system/nfc/src/nfc/llcp/ |
D | llcp_dlc.cc | 1119 cback_data.congest.is_congested = true; in llcp_dlc_proc_rr_rnr_pdu() 1137 cback_data.congest.is_congested = false; in llcp_dlc_proc_rr_rnr_pdu()
|
D | llcp_link.cc | 625 data.congest.is_congested = true; in llcp_link_check_congestion() 705 data.congest.is_congested = false; in llcp_link_check_uncongested()
|