Home
last modified time | relevance | path

Searched refs:remote_busy (Results 1 – 7 of 7) sorted by relevance

/system/nfc/src/nfc/llcp/
Dllcp_dlc.cc443 (p_dlcb->remote_busy) || in llcp_dlsm_connected()
1106 old_remote_busy = p_dlcb->remote_busy; in llcp_dlc_proc_rr_rnr_pdu()
1108 p_dlcb->remote_busy = true; in llcp_dlc_proc_rr_rnr_pdu()
1125 p_dlcb->remote_busy = false; in llcp_dlc_proc_rr_rnr_pdu()
1303 if ((p_dlcb->i_xmit_q.count) && (!p_dlcb->remote_busy) && in llcp_dlc_get_next_pdu()
1365 if ((p_dlcb->i_xmit_q.count) && (!p_dlcb->remote_busy) && in llcp_dlc_get_next_pdu_length()
Dllcp_link.cc655 (llcp_cb.dlcb[idx].remote_busy == false) && in llcp_link_check_congestion()
776 if (llcp_cb.dlcb[idx].remote_busy == false) { in llcp_link_check_uncongested()
Dllcp_api.cc1031 if ((p_dlcb->is_tx_congested) || (p_dlcb->remote_busy)) { in LLCP_IsDataLinkCongested()
/system/nfc/src/nfc/include/
Dllcp_int.h182 bool remote_busy; /* TRUE if remote SAP is busy */ member
/system/bt/stack/l2cap/
Dl2c_fcr.cc381 if ((p_ccb->fcrb.remote_busy) || in l2c_fcr_is_flow_controlled()
1095 ctrl_word, p_fcrb->remote_busy); in process_s_frame()
1108 remote_was_busy = p_fcrb->remote_busy; in process_s_frame()
1109 p_fcrb->remote_busy = false; in process_s_frame()
1116 p_fcrb->remote_busy = false; in process_s_frame()
1121 p_fcrb->remote_busy = true; in process_s_frame()
1126 p_fcrb->remote_busy = false; in process_s_frame()
Dl2c_int.h194 bool remote_busy; /* true if peer has flowed us off */ member
Dl2c_utils.cc3147 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) continue; in l2cu_get_next_channel_in_rr()
3209 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) continue; in l2cu_get_next_channel()
3259 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) continue; in l2cu_get_next_buffer_to_send()