Home
last modified time | relevance | path

Searched defs:ifaces (Results 1 – 25 of 180) sorted by relevance

12345678

/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DSipDelegateManagerTest.java413 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testSipDialogStateChanges() local
819 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testCreateDelegateBasicUseCases() local
879 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testCreateDelegateTestInvalidSipMessages() local
907 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testDelegateRegistrationChanges() local
960 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testDelegateRegistrationChangesCompatDisabled() local
1107 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testCreateDelegateMessagingAppChangesAwayFromApp() local
1393 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testCloseActiveDialog() local
1438 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testReceivedActiveDialogClose() local
1479 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testActiveDialogPendingNewInvite() local
1529 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testCloseSessionByePendingCleanup() local
[all …]
/aosp_15_r20/art/test/964-default-iface-init-gen/util-src/
H A Dgenerate_java.py194 def __init__(self, ifaces): argument
261 def __init__(self, ifaces, default): argument
337 def dump_tree(ifaces): argument
346 def print_tree(ifaces): argument
/aosp_15_r20/art/test/970-iface-super-resolution-gen/util-src/
H A Dgenerate_smali.py346 def __init__(self, ifaces, name = None): argument
451 def __init__(self, ifaces, default, name = None): argument
537 def dump_tree(ifaces): argument
546 def print_tree(ifaces): argument
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Ddpp_hostapd.c1529 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_pb_active() local
1538 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_remove_pb_hash() local
1570 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_rx_conf_result() local
2342 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_rx_pkex_commit_reveal_resp() local
2410 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_pb_pkex_init() local
2568 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_rx_pb_presence_announcement() local
3129 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_gas_status_handler() local
3927 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_push_button() local
3951 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_push_button_stop() local
/aosp_15_r20/art/test/971-iface-super/util-src/
H A Dgenerate_smali.py321 def __init__(self, ifaces): argument
479 def __init__(self, ifaces, iface_type, full_name = None): argument
623 def print_tree(ifaces): argument
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DAutoCloseTestInterfaceRule.kt33 private val ifaces = ArrayList<TestNetworkInterface>() constant in com.android.testutils.AutoCloseTestInterfaceRule
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsTetheringUtils.java139 public static boolean isAnyIfaceMatch(final String[] ifaceRegexs, final List<String> ifaces) { in isAnyIfaceMatch()
150 final int type, final Set<TetheringInterface> ifaces) { in getFirstMatchingTetheringInterface()
270 List<String> ifaces) { in assertHasAllTetheringInterfaces()
/aosp_15_r20/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_chip_hidl_test.cpp115 auto ifaces = create2StaIfacesIfPossible(); in TEST_P() local
133 auto ifaces = create2StaIfacesIfPossible(); in TEST_P() local
/aosp_15_r20/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_hidl_test.cpp90 std::vector<ISupplicant::IfaceInfo> ifaces; in TEST_P() local
115 std::vector<ISupplicant::IfaceInfo> ifaces; in TEST_P() local
/aosp_15_r20/art/test/961-default-iface-resolution-gen/util-src/
H A Dgenerate_java.py236 def __init__(self, ifaces, default): argument
294 def print_tree(ifaces): argument
/aosp_15_r20/art/test/968-default-partial-compile-gen/util-src/
H A Dgenerate_smali.py417 def __init__(self, ifaces, iface_type, full_name = None): argument
539 def print_tree(ifaces): argument
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java915 List<WifiIfaceInfo> ifaces = new ArrayList<>(); in getIfacesToDestroyForRequest() local
970 List<WifiIfaceInfo> ifaces = getIfacesToDestroyForRequest(createIfaceType, in reportImpactToCreateIface() local
988 List<WifiIfaceInfo> ifaces = getIfacesToDestroyForRequest(ifaceType, true, in creatingIfaceWillDeletePrivilegedIface() local
1075 public WifiIfaceInfo[][] ifaces = new WifiIfaceInfo[CREATE_TYPES_BY_PRIORITY.length][]; field in HalDeviceManager.WifiChipInfo
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Ddisplay_wl.c103 struct interfaces ifaces; member
588 struct interfaces *ifaces = (struct interfaces *)data; in registry_global() local
633 struct interfaces *ifaces = (struct interfaces *)data; in global_remove() local
757 struct interfaces *ifaces = &self->ifaces; in dwl_context_setup() local
/aosp_15_r20/hardware/interfaces/wifi/aidl/default/
H A Dwifi_chip.cpp48 void invalidateAndClear(std::vector<std::shared_ptr<Iface>>& ifaces, std::shared_ptr<Iface> iface) { in invalidateAndClear()
54 void invalidateAndClearAll(std::vector<std::shared_ptr<Iface>>& ifaces) { in invalidateAndClearAll()
62 std::vector<std::string> getNames(std::vector<std::shared_ptr<Iface>>& ifaces) { in getNames()
73 std::shared_ptr<Iface> findUsingName(std::vector<std::shared_ptr<Iface>>& ifaces, in findUsingName()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winmain.c25 struct wpa_interface *ifaces, *iface; in WinMain() local
H A Dmain.c187 struct wpa_interface *ifaces, *iface; in main() local
/aosp_15_r20/frameworks/base/core/tests/benchmarks/src/android/net/
H A DNetworkStatsBenchmark.java85 List<String> ifaces = new ArrayList<>(); in getAllIfacesForBenchmark() local
/aosp_15_r20/external/wpa_supplicant_8/src/fst/
H A Dfst_group.h14 struct dl_list ifaces; member
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue15528.go61 var ifaces = [...]struct { var
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetTracker.java403 final String[] ifaces; in getInterfaceList() local
734 final String[] ifaces = mNetd.interfaceGetList(); in trackAvailableInterfaces() local
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DMethodInfo.java57 private static void addInterfaces(ArrayList<ClassInfo> ifaces, ArrayList<ClassInfo> queue) { in addInterfaces()
90 private static void addRealInterfaces(ArrayList<ClassInfo> ifaces, ArrayList<ClassInfo> queue) { in addRealInterfaces()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp78 QString ifaces(buf); in addInterfaces() local
/aosp_15_r20/external/doclava/src/com/google/doclava/apicheck/
H A DApiInfo.java48 ArrayList<String> ifaces = mClassToInterface.get(cl); in resolveInterfaces() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dxdp_redirect_multi.c26 static int ifaces[MAX_IFACE_NUM] = {}; variable
/aosp_15_r20/hardware/interfaces/wifi/aidl/vts/functional/
H A Dwifi_chip_aidl_test.cpp306 auto ifaces = create2StaIfacesIfPossible(); in TEST_P() local
323 auto ifaces = create2StaIfacesIfPossible(); in TEST_P() local

12345678