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

  /system/bt/stack/l2cap/
l2cap_client.c 42 bool is_congested; member in struct:l2cap_client_t
51 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
165 client->is_congested = false;
184 if (client->is_congested)
325 static void congestion_cb(uint16_t local_channel_id, bool is_congested) {
334 client->is_congested = is_congested;
336 if (!is_congested) {
341 if (!client->is_congested)
403 assert(!client->is_congested);
    [all...]
l2c_ucd.c 124 static void l2c_ucd_congestion_status_cback (BD_ADDR rem_bda, BOOLEAN is_congested)
139 is_congested, p_rcb->psm,
143 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ( rem_bda, is_congested );
    [all...]
  /system/bt/stack/gap/
gap_conn.c 39 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
472 if (p_ccb->is_congested)
487 p_ccb->is_congested = TRUE;
557 if (p_ccb->is_congested)
572 p_ccb->is_congested = TRUE;
    [all...]
gap_int.h 76 BOOLEAN is_congested; member in struct:__anon69367
  /system/bt/stack/avct/
avct_l2c.c 45 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
398 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
406 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, (tAVCT_LCB_EVT *) &is_congested);
  /system/bt/stack/rfcomm/
rfc_l2cap_if.c 49 static void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested);
394 void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested)
407 rfc_process_l2cap_congestion (p_mcb, is_congested);
rfc_port_fsm.c 870 void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested)
872 p_mcb->l2cap_congested = is_congested;
874 if (!is_congested)
881 if (!is_congested)
rfc_int.h 300 extern void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested);
  /system/bt/stack/avdt/
avdt_ad.c 420 ** The is_congested parameter is the same value passed by
427 void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested)
436 avdt_ccb_event(p_ccb, AVDT_CCB_LL_CONG_EVT, (tAVDT_CCB_EVT *) &is_congested);
445 avdt_scb_event(p_scb, AVDT_SCB_TC_CONG_EVT, (tAVDT_SCB_EVT *) &is_congested);
avdt_l2c.c 45 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
496 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
503 avdt_ad_tc_cong_ind(p_tbl, is_congested);
avdt_int.h 691 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested);
  /system/bt/stack/mcap/
mca_main.c 400 ** The is_congested parameter is the same value passed by
407 void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested)
418 mca_ccb_event(p_ccb, MCA_CCB_LL_CONG_EVT, (tMCA_CCB_EVT *) &is_congested);
427 mca_dcb_event(p_dcb, MCA_DCB_TC_CONG_EVT, (tMCA_DCB_EVT *) &is_congested);
mca_int.h 313 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);
mca_l2c.c 519 void mca_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
526 mca_tc_cong_ind(p_tbl, is_congested);
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 531 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)
    [all...]
  /system/bt/stack/bnep/
bnep_main.c 68 static void bnep_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
407 static void bnep_congestion_ind (UINT16 l2cap_cid, BOOLEAN is_congested)
418 if (is_congested)
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 142 BOOLEAN is_congested; member in struct:__anon12848
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 159 BOOLEAN is_congested; /* TRUE if congested */ member in struct:__anon13059
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp     [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c     [all...]
llcp_link.c 616 data.congest.is_congested = TRUE;
703 data.congest.is_congested = FALSE;
    [all...]

Completed in 506 milliseconds