Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc102 if (tx_state_ == TxState::XMIT && !remote_busy() && rem_window_not_full()) { in data_request()
104 } else if (tx_state_ == TxState::XMIT && (remote_busy() || rem_window_full())) { in data_request()
251 if (remote_busy() && unacked_frames_ > 0) { in recv_rr()
283 if (remote_busy() and unacked_frames_ > 0) { in recv_rr()
290 if (remote_busy() and unacked_frames_ > 0) { in recv_rr()
465 bool remote_busy() { in remote_busy() function
676 if (remote_busy() && unacked_frames_ > 0) { in send_i_or_rr_or_rnr()
728 } else if (!remote_busy() && !pending_frames_.empty() && rem_window_not_full()) { in send_ack()
/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.cc379 if ((p_ccb->fcrb.remote_busy) || in l2c_fcr_is_flow_controlled()
1083 ctrl_word, p_fcrb->remote_busy); in process_s_frame()
1096 remote_was_busy = p_fcrb->remote_busy; in process_s_frame()
1097 p_fcrb->remote_busy = false; in process_s_frame()
1104 p_fcrb->remote_busy = false; in process_s_frame()
1109 p_fcrb->remote_busy = true; in process_s_frame()
1114 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.cc3133 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) continue; in l2cu_get_next_channel_in_rr()
3195 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) continue; in l2cu_get_next_channel()
3245 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) continue; in l2cu_get_next_buffer_to_send()