Home
last modified time | relevance | path

Searched defs:busname (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/tools/
Dcanhalsend.cpp42 static sp<ICanBus> tryOpen(const std::string& busname) { in tryOpen()
58 static int cansend(const std::string& busname, const V1_0::CanMessage& msg) { in cansend()
138 std::string busname(argv[0]); in main() local
Dcanhaldump.cpp74 static sp<ICanBus> tryOpen(const std::string& busname) { in tryOpen()
90 static int candump(const std::string& busname) { in candump()