Searched defs:is_congested (Results 1 - 14 of 14) sorted by relevance

/system/bt/stack/avct/
H A Davct_l2c.cc47 void avct_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested);
385 void avct_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) { argument
393 avct_lcb_evt.cong = is_congested;
H A 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) { argument
397 avct_lcb_evt.cong = is_congested;
/system/bt/stack/rfcomm/
H A Drfc_l2cap_if.cc51 static void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested);
363 void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested) { argument
372 rfc_process_l2cap_congestion(p_mcb, is_congested);
H A Drfc_port_fsm.cc841 void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested) { argument
842 p_mcb->l2cap_congested = is_congested;
844 if (!is_congested) {
849 if (!is_congested)
/system/bt/stack/avdt/
H A Davdt_ad.cc377 * The is_congested parameter is the same value passed by
384 void avdt_ad_tc_cong_ind(tAVDT_TC_TBL* p_tbl, bool is_congested) { argument
392 avdt_ccb_evt.llcong = is_congested;
402 avdt_scb_evt.llcong = is_congested;
H A Davdt_l2c.cc47 void avdt_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested);
483 void avdt_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) { argument
489 avdt_ad_tc_cong_ind(p_tbl, is_congested);
/system/bt/stack/bnep/
H A 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) { argument
392 if (is_congested) {
/system/bt/stack/mcap/
H A Dmca_l2c.cc477 void mca_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) { argument
483 mca_tc_cong_ind(p_tbl, is_congested);
H A Dmca_main.cc366 * The is_congested parameter is the same value passed by
373 void mca_tc_cong_ind(tMCA_TC_TBL* p_tbl, bool is_congested) { argument
384 mca_ccb_evt.llcong = is_congested;
391 mca_dcb_evt.llcong = is_congested;
/system/bt/stack/l2cap/
H A Dl2c_ucd.cc120 bool is_congested) {
132 is_congested, p_rcb->psm, (rem_bda[0] << 24) + (rem_bda[1] << 16) +
137 is_congested);
119 l2c_ucd_congestion_status_cback(const RawAddress& rem_bda, bool is_congested) argument
H A Dl2cap_client.cc41 bool is_congested; member in struct:l2cap_client_t
54 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
159 client->is_congested = false;
180 if (client->is_congested) return false;
340 static void congestion_cb(uint16_t local_channel_id, bool is_congested) { argument
350 client->is_congested = is_congested;
352 if (!is_congested) {
357 if (!client->is_congested)
425 CHECK(!client->is_congested);
[all...]
/system/nfc/src/nfa/include/
H A Dnfa_p2p_api.h152 bool is_congested; member in struct:__anon2136
/system/nfc/src/nfc/include/
H A Dllcp_api.h177 bool is_congested; /* TRUE if congested */ member in struct:__anon2338
/system/bt/stack/gap/
H A Dgap_conn.cc59 bool is_congested; member in struct:__anon900
93 static void gap_congestion_ind(uint16_t lcid, bool is_congested);
517 if (p_ccb->is_congested) {
526 p_ccb->is_congested = true;
1002 static void gap_congestion_ind(uint16_t lcid, bool is_congested) { argument
1009 is_congested, lcid);
1015 p_ccb->is_congested = is_congested;
1017 event = (is_congested) ? GAP_EVT_CONN_CONGESTED : GAP_EVT_CONN_UNCONGESTED;
1020 if (!is_congested) {
[all...]

Completed in 167 milliseconds