Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/tools/configurator/
Dcanprototools.cpp102 const auto ttyname = pb_bus.slcan().ttyname(); in fromPbBus() local
104 if (ttyname.empty() == serialno.empty()) { in fromPbBus()
110 if (!ttyname.empty()) slcan.ttyname(ttyname); in fromPbBus()
/hardware/interfaces/automotive/can/aidl/default/tools/configurator/
Dcanprototools.cpp114 const std::string ttyname = pb_bus.slcan().ttyname(); in fromPbBus() local
117 if (ttyname.empty() == serials.empty()) { in fromPbBus()
124 if (!ttyname.empty()) in fromPbBus()
125 slcan.interfaceId.set<SlcanInterface::InterfaceId::Tag::ttyname>(ttyname); in fromPbBus()
/hardware/interfaces/automotive/can/aidl/android/hardware/automotive/can/
DSlcanInterface.aidl22 String ttyname;
/hardware/interfaces/automotive/can/aidl/aidl_api/android.hardware.automotive.can/current/android/hardware/automotive/can/
DSlcanInterface.aidl39 String ttyname;
/hardware/interfaces/automotive/can/aidl/aidl_api/android.hardware.automotive.can/1/android/hardware/automotive/can/
DSlcanInterface.aidl39 String ttyname;
/hardware/interfaces/automotive/can/1.0/tools/configurator/proto/
Dcanbus_config.proto27 string ttyname = 1; field
/hardware/interfaces/automotive/can/aidl/default/tools/configurator/proto/
Dcanbus_config.proto27 string ttyname = 1; field
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanControllerV1_0TargetTest.cpp127 slcan.ttyname(ifname); in up()
233 slcanTtyname.ttyname("/dev/ttyUSB0"); in TEST_P()
DVtsHalCanBusV1_0TargetTest.cpp86 slcan.ttyname(ifname); in up()
/hardware/interfaces/automotive/can/1.0/tools/
Dcanhalctrl.cpp73 slcan.ttyname(interface); in up()
/hardware/interfaces/automotive/can/1.0/default/tests/fuzzer/
DAutomotiveCanV1_0Fuzzer.cpp97 slcan.ttyname(ifname); in invokeUpInterface()
/hardware/interfaces/automotive/can/1.0/default/
DCanController.cpp270 ttyName = slcan.ttyname(); in upInterface()
/hardware/interfaces/automotive/can/aidl/default/
DCanController.cpp296 ttyName = slcanif.interfaceId.get<SlcanInterface::InterfaceId::Tag::ttyname>(); in upBus()
/hardware/interfaces/automotive/can/1.0/
DICanController.hal139 string ttyname;
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXos_r.h655 # define _XTtyname(f) ttyname((f))
692 (((p).result = ttyname(f)) ? \