Home
last modified time | relevance | path

Searched refs:setErrorCallback (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/
DCanBus.h42 void setErrorCallback(ErrorCallback errcb);
DCanController.cpp277 busService->setErrorCallback([this, name = config.name]() { downInterface(name); }); in upInterface()
DCanBus.cpp97 void CanBus::setErrorCallback(ErrorCallback errcb) { in setErrorCallback() function in android::hardware::automotive::can::V1_0::implementation::CanBus