Home | History | Annotate | Download | only in ril

Lines Matching refs:isUp

408     bool isUp = (request.ifr_flags & IFF_UP);
409 if ((state == kInterfaceUp && isUp) || (state == kInterfaceDown && !isUp)) {