Searched refs:iftype (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/interfaces/automotive/can/1.0/vts/functional/ |
H A D | VtsHalCanControllerV1_0TargetTest.cpp | 43 bool isSupported(InterfaceType iftype); 83 bool CanControllerHalTest::isSupported(InterfaceType iftype) { in isSupported() argument 94 if (iftype == InterfaceType::SOCKETCAN) { in up() 98 } else if (iftype == InterfaceType::SLCAN) { in up() 102 } else if (iftype == InterfaceType::VIRTUAL) { in up() 105 EXPECT_TRUE(false) << "Unexpected iftype: " << toString(iftype); in up() 110 if (!isSupported(iftype)) { in up() 111 LOG(INFO) << iftype << " interfaces not supported"; in up() 207 for (const auto [iftype, cfg] : compatMatrix) { in TEST_P() 208 LOG(INFO) << "Compatibility testing: " << iftype << " / " << cfg; in TEST_P() [all …]
|
/aosp12/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/ |
H A D | libcanhaltools.cpp | 42 bool isSupported(sp<ICanController> ctrl, ICanController::InterfaceType iftype) { in isSupported() argument 45 return supported.contains(iftype); in isSupported() 64 auto iftype = getIftype(can_config); in configureIface() local 73 if (!libcanhaltools::isSupported(ctrl, iftype)) continue; in configureIface()
|
/aosp12/art/test/968-default-partial-compile-gen/util-src/ |
H A D | generate_smali.py | 563 for iftype in InterfaceType: 564 yield TestInterface(tuple(), iftype) 572 for iftype in InterfaceType: 573 if iftype == InterfaceType.default: 578 yield TestInterface(supers, iftype)
|
/aosp12/art/test/971-iface-super/util-src/ |
H A D | generate_smali.py | 651 for iftype in InterfaceType: 652 yield TestInterface(tuple(), iftype) 659 for iftype in InterfaceType: 660 yield TestInterface(supers, iftype)
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/ |
H A D | CanController.cpp | 55 ICanController::InterfaceType iftype; member 242 selectedDevice->iftype != ICanController::InterfaceType::SOCKETCAN) { in upInterface() 264 selectedDevice->iftype != ICanController::InterfaceType::SLCAN) { in upInterface()
|
/aosp12/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/include/libcanhaltools/ |
H A D | libcanhaltools.h | 38 bool isSupported(sp<V1_0::ICanController> ctrl, V1_0::ICanController::InterfaceType iftype);
|
/aosp12/hardware/interfaces/wifi/1.5/default/tests/ |
H A D | mock_wifi_legacy_hal.h | 63 wifi_interface_type iftype));
|
/aosp12/hardware/interfaces/wifi/1.5/default/ |
H A D | wifi_legacy_hal.cpp | 1532 wifi_interface_type iftype) { in createVirtualInterface() argument 1536 global_handle_, ifname.c_str(), iftype); in createVirtualInterface()
|
H A D | wifi_legacy_hal.h | 676 wifi_interface_type iftype);
|