Home
last modified time | relevance | path

Searched refs:downInterface (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanControllerV1_0TargetTest.cpp142 const auto dnresult = mCanController->downInterface(name); in TEST_P()
149 const auto result = mCanController->downInterface("imnotup"); in TEST_P()
164 const auto result = mCanController->downInterface(name); in TEST_P()
224 const auto dnresult = mCanController->downInterface(config.name); in TEST_P()
DVtsHalCanBusVirtualV1_0TargetTest.cpp101 const auto res = mController->downInterface(mIfname); in reset()
/hardware/interfaces/automotive/can/1.0/default/
DCanController.h29 Return<bool> downInterface(const hidl_string& name) override;
DCanController.cpp277 busService->setErrorCallback([this, name = config.name]() { downInterface(name); }); in upInterface()
303 Return<bool> CanController::downInterface(const hidl_string& name) { in downInterface() function in android::hardware::automotive::can::V1_0::implementation::CanController
/hardware/interfaces/automotive/can/1.0/tools/
Dcanhalctrl.cpp103 if (ctrl->downInterface(busName)) return 0; in down()
/hardware/interfaces/automotive/can/1.0/
DICanController.hal194 downInterface(string name) generates (bool success);