Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/vts/utils/include/can-vts-utils/
Dcan-hal-printers.h32 #define DEFINE_CAN_HAL_PRINTER(T, converter) \ macro
36 DEFINE_CAN_HAL_PRINTER(CanMessage, toString)
37 DEFINE_CAN_HAL_PRINTER(ErrorEvent, toString)
38 DEFINE_CAN_HAL_PRINTER(ICanController::BusConfig::InterfaceId, toString);
39 DEFINE_CAN_HAL_PRINTER(ICanController::InterfaceType, toString)
40 DEFINE_CAN_HAL_PRINTER(ICanController::Result, toString)
41 DEFINE_CAN_HAL_PRINTER(Result, toString)
43 #undef DEFINE_CAN_HAL_PRINTER