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 82 unsigned outgoing_congest : 1; // should we hold? member in struct:l2cap_socket
605 sock->outgoing_congest = p->cong ? 1 : 0;
607 if (!sock->outgoing_congest) {
620 if (!sock->outgoing_congest) {
    [all...]
btif_sock_rfc.cc 71 int outgoing_congest : 1; member in struct:__anon1803
558 if (!slot->f.outgoing_congest) {
572 slot->f.outgoing_congest = p->cong ? 1 : 0;
573 if (!slot->f.outgoing_congest)

Completed in 291 milliseconds