Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dlibnetdevice.cpp42 bool up(std::string ifname) { in up() function
105 bool up; member
149 const auto up = present && isUp(ifname).value_or(false); in waitFor() local
176 const bool up = present && (msg->data.ifi_flags & IFF_UP) != 0; in waitFor() local
/hardware/interfaces/automotive/can/1.0/tools/
Dcanhalctrl.cpp46 static int up(const std::string& busName, ICanController::InterfaceType type, in up() function
/hardware/interfaces/automotive/can/1.0/default/
DCanBus.cpp112 ICanController::Result CanBus::up() { in up() function in android::hardware::automotive::can::V1_0::implementation::CanBus
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanControllerV1_0TargetTest.cpp88 bool CanControllerHalTest::up(InterfaceType iftype, std::string srvname, std::string ifname, in up() function in android::hardware::automotive::can::V1_0::vts::CanControllerHalTest