Home
last modified time | relevance | path

Searched defs:isUp (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/can/aidl/default/
DCanBus.cpp54 const auto isUp = ::android::netdevice::isUp(mIfname); in up() local
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dlibnetdevice.cpp99 std::optional<bool> isUp(std::string ifname) { in isUp() function
/hardware/interfaces/automotive/can/1.0/default/
DCanBus.cpp123 const auto isUp = netdevice::isUp(mIfname); in up() local
/hardware/ril/reference-ril/
Dreference-ril.c390 bool isUp = (request.ifr_flags & IFF_UP); in setInterfaceState() local