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

  /system/bt/btif/src/
btif_sock_l2cap.cc 83 unsigned outgoing_congest : 1; // should we hold? member in struct:l2cap_socket
626 sock->outgoing_congest = p->cong ? 1 : 0;
628 if (!sock->outgoing_congest) {
650 if (!sock->outgoing_congest) {
673 if (!sock->outgoing_congest) {
    [all...]
btif_sock_rfc.cc 69 int outgoing_congest : 1; member in struct:__anon105996
564 if (!slot->f.outgoing_congest) {
578 slot->f.outgoing_congest = p->cong ? 1 : 0;
579 if (!slot->f.outgoing_congest)

Completed in 1127 milliseconds