Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/
DICanErrorListener.hal29 * @param isFatal Whether an error would result with ICanBus instance being unusable.
31 onError(ErrorEvent error, bool isFatal);
/hardware/interfaces/automotive/can/1.0/default/
DCanBus.h88 void notifyErrorListeners(ErrorEvent err, bool isFatal);
DCanBus.cpp267 void CanBus::notifyErrorListeners(ErrorEvent err, bool isFatal) { in notifyErrorListeners() argument
270 if (!listener->onError(err, isFatal).isOk()) { in notifyErrorListeners()