Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/tools/
H A Dcanhalctrl.cpp111 static std::optional<ICanController::InterfaceType> parseInterfaceType(const std::string& str) { in parseInterfaceType() function
143 const auto type = parseInterfaceType(typeStr); in main()