Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/tools/configurator/
H A Dcanprototools.cpp95 ICanController::BusConfig::InterfaceId::Socketcan socketcan = {}; in fromPbBus() local
96 if (!ifname.empty()) socketcan.ifname(ifname); in fromPbBus()
97 if (!serialno.empty()) socketcan.serialno({serialno.begin(), serialno.end()}); in fromPbBus()
98 bus_cfg.interfaceId.socketcan(socketcan); in fromPbBus()
/aosp12/hardware/interfaces/automotive/can/1.0/default/
H A DCanController.cpp234 if (config.interfaceId.getDiscriminator() == IfIdDisc::socketcan) { in upInterface()
235 auto& socketcan = config.interfaceId.socketcan(); in upInterface() local
237 if (socketcan.getDiscriminator() == IfId::Socketcan::hidl_discriminator::serialno) { in upInterface()
239 auto selectedDevice = findUsbDevice(socketcan.serialno()); in upInterface()
248 ifaceName = socketcan.ifname(); in upInterface()
/aosp12/hardware/interfaces/automotive/can/1.0/vts/functional/
H A DVtsHalCanControllerV1_0TargetTest.cpp95 IfId::Socketcan socketcan = {}; in up() local
96 socketcan.ifname(ifname); in up()
97 config.interfaceId.socketcan(socketcan); in up()
178 socketcanIfnameCfg.socketcan(socketcanIfname); in TEST_P()
183 socketcanSerialCfg.socketcan(socketcanSerial); in TEST_P()
/aosp12/hardware/interfaces/automotive/can/1.0/tools/
H A Dcanhalctrl.cpp68 IfCfg::Socketcan socketcan = {}; in up() local
69 socketcan.ifname(interface); in up()
70 config.interfaceId.socketcan(socketcan); in up()
/aosp12/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/
H A Dlibcanhaltools.cpp50 case IfIdDisc::socketcan: in getIftype()
/aosp12/hardware/interfaces/automotive/can/1.0/
H A DICanController.hal134 } socketcan;