HomeSort by relevance Sort by last modified time
    Searched refs:is_congested (Results 1 - 20 of 20) sorted by null

  /system/bt/stack/l2cap/
l2cap_client.cc 41 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) {
350 client->is_congested = is_congested;
352 if (!is_congested) {
357 if (!client->is_congested)
425 CHECK(!client->is_congested);
    [all...]
  /system/bt/stack/avct/
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) {
392 avct_lcb_evt.cong = is_congested;
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) {
397 avct_lcb_evt.cong = is_congested;
  /system/bt/stack/avdt/
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) {
494 avdt_ad_tc_cong_ind(p_tbl, is_congested);
avdt_ad.cc 401 * The is_congested parameter is the same value passed by
408 void avdt_ad_tc_cong_ind(AvdtpTransportChannel* p_tbl, bool is_congested) {
416 avdt_ccb_evt.llcong = is_congested;
429 avdt_scb_evt.llcong = is_congested;
avdt_int.h     [all...]
  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 51 static void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested);
378 void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested) {
387 rfc_process_l2cap_congestion(p_mcb, is_congested);
rfc_port_fsm.cc 850 void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested) {
851 p_mcb->l2cap_congested = is_congested;
853 if (!is_congested) {
858 PORT_FlowInd(p_mcb, 0, !is_congested);
rfc_int.h 290 extern void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested);
  /system/bt/stack/gap/
gap_conn.cc 60 bool is_congested; member in struct:__anon2194
94 static void gap_congestion_ind(uint16_t lcid, bool is_congested);
487 if (p_ccb->is_congested) return true;
495 p_ccb->is_congested = true;
    [all...]
  /system/nfc/src/nfa/p2p/
nfa_p2p_act.cc 489 evt_data.congest.is_congested = p_data->congest.is_congested;
491 if (p_data->congest.is_congested) {
504 if ((evt_data.congest.is_congested == false) &&
509 } else if ((evt_data.congest.is_congested == true) &&
523 if ((evt_data.congest.is_congested == false) &&
527 } else if ((evt_data.congest.is_congested == true) &&
959 evt_data.congest.is_congested = true;
    [all...]
  /system/bt/stack/mcap/
mca_main.cc 366 * The is_congested parameter is the same value passed by
373 void mca_tc_cong_ind(tMCA_TC_TBL* p_tbl, bool is_congested) {
384 mca_ccb_evt.llcong = is_congested;
391 mca_dcb_evt.llcong = is_congested;
mca_int.h 329 extern void mca_tc_cong_ind(tMCA_TC_TBL* p_tbl, bool is_congested);
353 extern void mca_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested);
mca_l2c.cc 479 void mca_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) {
485 mca_tc_cong_ind(p_tbl, is_congested);
  /system/nfc/src/nfa/include/
nfa_p2p_api.h 138 bool is_congested; member in struct:__anon3458
  /system/bt/stack/bnep/
bnep_main.cc 67 static void bnep_congestion_ind(uint16_t lcid, bool is_congested);
381 static void bnep_congestion_ind(uint16_t l2cap_cid, bool is_congested) {
391 if (is_congested) {
  /system/nfc/src/nfc/include/
llcp_api.h 173 bool is_congested; /* TRUE if congested */ member in struct:__anon3555
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp     [all...]
  /system/nfc/src/nfc/llcp/
llcp_dlc.cc     [all...]
llcp_link.cc 626 data.congest.is_congested = true;
706 data.congest.is_congested = false;
    [all...]

Completed in 336 milliseconds