Home
last modified time | relevance | path

Searched refs:is_congested (Results 1 – 16 of 16) sorted by relevance

/system/bt/stack/l2cap/
Dl2cap_client.cc41 bool is_congested; member
54 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
159 client->is_congested = false; in l2cap_client_disconnect()
180 if (client->is_congested) return false; in l2cap_client_write()
340 static void congestion_cb(uint16_t local_channel_id, bool is_congested) { in congestion_cb() argument
350 client->is_congested = is_congested; in congestion_cb()
352 if (!is_congested) { in congestion_cb()
357 if (!client->is_congested) in congestion_cb()
425 CHECK(!client->is_congested); in dispatch_fragments()
433 client->is_congested = true; in dispatch_fragments()
/system/bt/stack/gap/
Dgap_conn.cc60 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/
Davct_l2c_br.cc80 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()
Davct_l2c.cc47 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/
Dnfa_p2p_act.cc489 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/
Drfc_l2cap_if.cc52 static void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested);
381 void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested) { in RFCOMM_CongestionStatusInd() argument
390 rfc_process_l2cap_congestion(p_mcb, is_congested); in RFCOMM_CongestionStatusInd()
Drfc_port_fsm.cc877 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()
Drfc_int.h295 extern void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested);
/system/bt/stack/avdt/
Davdt_l2c.cc48 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()
Davdt_ad.cc408 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()
Davdt_int.h963 bool is_congested);
/system/bt/stack/bnep/
Dbnep_main.cc67 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/
Dnfa_p2p_api.h138 bool is_congested; member
/system/nfc/src/nfc/include/
Dllcp_api.h173 bool is_congested; /* TRUE if congested */ member
/system/nfc/src/nfc/llcp/
Dllcp_dlc.cc1119 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()
Dllcp_link.cc625 data.congest.is_congested = true; in llcp_link_check_congestion()
705 data.congest.is_congested = false; in llcp_link_check_uncongested()