Home
last modified time | relevance | path

Searched refs:notifyErrorListeners (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/
DCanBus.cpp267 void CanBus::notifyErrorListeners(ErrorEvent err, bool isFatal) { in notifyErrorListeners() function in android::hardware::automotive::can::V1_0::implementation::CanBus
304 notifyErrorListeners(parseErrorFrame(frame), false); in onRead()
338 notifyErrorListeners(eventType, true); in onError()
DCanBus.h88 void notifyErrorListeners(ErrorEvent err, bool isFatal);