Searched refs:setErrorCallback (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/ | ||
D | CanBus.h | 42 void setErrorCallback(ErrorCallback errcb); |
D | CanController.cpp | 277 busService->setErrorCallback([this, name = config.name]() { downInterface(name); }); in upInterface() |
D | CanBus.cpp | 97 void CanBus::setErrorCallback(ErrorCallback errcb) { in setErrorCallback() function in android::hardware::automotive::can::V1_0::implementation::CanBus |