Home | History | Annotate | Download | only in reference-ril

Lines Matching defs:isUp

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