Home
last modified time | relevance | path

Searched refs:outgoing_congest (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_l2cap.c86 unsigned outgoing_congest :1; //should we hold? member
634 sock->outgoing_congest = p->cong ? 1 : 0; in on_l2cap_outgoing_congest()
636 if (!sock->outgoing_congest) { in on_l2cap_outgoing_congest()
659 if (!sock->outgoing_congest) { in on_l2cap_write_done()
683 if (!sock->outgoing_congest) { in on_l2cap_write_fixed_done()
Dbtif_sock_rfc.c64 int outgoing_congest : 1; member
552 if (!slot->f.outgoing_congest) { in on_rfc_write_done()
567 slot->f.outgoing_congest = p->cong ? 1 : 0; in on_rfc_outgoing_congest()
568 if (!slot->f.outgoing_congest) in on_rfc_outgoing_congest()