Home
last modified time | relevance | path

Searched defs:busName (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/can/1.0/tools/
Dcanhalctrl.cpp46 static int up(const std::string& busName, ICanController::InterfaceType type, in up()
98 static int down(const std::string& busName) { in down()
139 const std::string busName(argv[0]); in main() local
/hardware/interfaces/automotive/can/aidl/aidl_api/android.hardware.automotive.can/current/android/hardware/automotive/can/
DICanController.aidl38 String getInterfaceName(in String busName); in getInterfaceName()
/hardware/interfaces/automotive/can/aidl/android/hardware/automotive/can/
DICanController.aidl48 String getInterfaceName(in String busName); in getInterfaceName()
/hardware/interfaces/automotive/can/aidl/aidl_api/android.hardware.automotive.can/1/android/hardware/automotive/can/
DICanController.aidl38 String getInterfaceName(in String busName); in getInterfaceName()
/hardware/interfaces/automotive/can/aidl/vts/functional/
DCanControllerAidlTest.cpp63 const std::string busName = "VTS_CAN"; in TEST_P() local
/hardware/interfaces/automotive/can/aidl/default/
DCanController.cpp234 ndk::ScopedAStatus CanController::getInterfaceName(const std::string& busName, in getInterfaceName()
320 ndk::ScopedAStatus CanController::downBus(const std::string& busName) { in downBus()