Home
last modified time | relevance | path

Searched defs:interfaceName (Results 1 – 25 of 63) sorted by relevance

123

/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DNetworkUtils.java38 public native static int enableInterface(String interfaceName); in enableInterface()
41 public native static int disableInterface(String interfaceName); in disableInterface()
58 public native static int resetConnections(String interfaceName, int mask); in resetConnections()
70 public native static boolean runDhcp(String interfaceName, DhcpResults dhcpResults); in runDhcp()
80 public native static boolean runDhcpRenew(String interfaceName, DhcpResults dhcpResults); in runDhcpRenew()
88 public native static boolean stopDhcp(String interfaceName); in stopDhcp()
96 public native static boolean releaseDhcpLease(String interfaceName); in releaseDhcpLease()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DConnectivityDiagnosticsManagerTest.java199 final String interfaceName = in testRegisterConnectivityDiagnosticsCallback() local
294 final String interfaceName = in doBroadcastCarrierConfigsAndVerifyOnConnectivityReportAvailable() local
334 final String interfaceName = in testOnConnectivityReportAvailable() local
386 final String interfaceName = in verifyOnDataStallSuspected() local
419 final String interfaceName = in verifyOnNetworkConnectivityReported() local
489 @NonNull Network network, @NonNull String interfaceName) { in expectOnConnectivityReportAvailable()
495 @NonNull String interfaceName, int transportType) { in expectOnConnectivityReportAvailable()
501 @NonNull String interfaceName, int transportType, boolean requireCallbackFired) { in maybeVerifyOnConnectivityReportAvailable()
541 @NonNull String interfaceName, in expectOnDataStallSuspected()
/aosp12/system/hwservicemanager/
H A DVintf.cpp39 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) { in getTransport()
89 std::set<std::string> getInstances(const std::string& interfaceName) { in getInstances()
H A DAccessControl.cpp32 const char* interfaceName; member
/aosp12/system/libhidl/transport/
H A DLegacySupport.cpp32 const std::string& interfaceName, const std::string& expectInterfaceName, in registerPassthroughServiceImplementation()
75 const std::string& interfaceName, const std::string& expectInterfaceName, in registerPassthroughServiceImplementation()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DTestUtils.java94 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
99 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
105 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, in initiateDataPath()
112 String interfaceName, byte[] pmk, String passphrase, byte[] appInfo, in respondToDataPathRequest()
H A DWifiAwareNativeApiTest.java665 String interfaceName = "aware_data5"; in validateInitiateDataPath() local
729 String interfaceName = "aware_whatever22"; in validateRespondToDataPathRequest() local
/aosp12/system/security/keystore2/src/vintf/
H A Dvintf.cpp47 size_t minor_version, const char* interfaceName) { in getHidlInstances()
56 const char* interfaceName) { in getAidlInstances()
/aosp12/frameworks/native/cmds/lshal/
H A DPipeRelay.cpp33 static std::string getThreadName(std::string interfaceName, const std::string &instanceName) { in getThreadName()
117 const std::string &interfaceName, const std::string &instanceName) in PipeRelay()
/aosp12/frameworks/base/telephony/java/android/telephony/mbms/
H A DIMbmsGroupCallSessionCallback.aidl30 void onServiceInterfaceAvailable(String interfaceName, int index); in onServiceInterfaceAvailable()
H A DMbmsGroupCallSessionCallback.java88 default void onServiceInterfaceAvailable(@NonNull String interfaceName, int index) {} in onServiceInterfaceAvailable()
H A DInternalGroupCallSessionCallback.java75 public void onServiceInterfaceAvailable(final String interfaceName, final int index) { in onServiceInterfaceAvailable()
/aosp12/frameworks/base/core/java/android/net/
H A DEthernetNetworkSpecifier.java49 public EthernetNetworkSpecifier(@NonNull String interfaceName) { in EthernetNetworkSpecifier()
H A DIpSecTunnelInterfaceResponse.java31 public final String interfaceName; field in IpSecTunnelInterfaceResponse
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DTestNetworkSpecifier.java43 public TestNetworkSpecifier(@NonNull String interfaceName) { in TestNetworkSpecifier()
/aosp12/system/netd/server/
H A DMDnsSdListener.cpp162 const char *interfaceName, const char *serviceName, const char *serviceType, in serviceRegister()
218 const char *interfaceName, const char *serviceName, const char *regType, in resolveService()
288 const char *interfaceName, uint32_t protocol, const char *hostname) { in getAddrInfo()
445 char *interfaceName = nullptr; // will use all in runCommand() local
471 char *interfaceName = nullptr; // will use all in runCommand() local
509 char *interfaceName = nullptr; // default in runCommand() local
/aosp12/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DUsbUtil.java50 String interfaceName = usbInterface.getName(); in possiblyAndroid() local
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
H A DP2pUtils.java43 static boolean isOnInterface(String interfaceName, Uri path) { in isOnInterface()
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DDataCallResponse.java170 @ProtocolType int protocolType, @Nullable String interfaceName, in DataCallResponse()
200 @Nullable String interfaceName, @Nullable List<LinkAddress> addresses, in DataCallResponse()
715 public @NonNull Builder setInterfaceName(@NonNull String interfaceName) { in setInterfaceName()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java954 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
988 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
1037 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, in initiateDataPath()
1120 String interfaceName, byte[] pmk, String passphrase, byte[] appInfo, in respondToDataPathRequest()
H A DWifiAwareDataPathStateManager.java270 public void onInterfaceCreated(String interfaceName) { in onInterfaceCreated()
283 public void onInterfaceDeleted(String interfaceName) { in onInterfaceDeleted()
674 private void getInet6Address(NdpInfo ndpInfo, byte[] mac, String interfaceName) { in getInet6Address()
1311 public String interfaceName; field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation
/aosp12/system/tools/hidl/
H A DgenerateCpp.cpp89 static void declareGetService(Formatter &out, const std::string &interfaceName, bool isTry) { in declareGetService()
139 static void declareServiceManagerInteractions(Formatter &out, const std::string &interfaceName) { in declareServiceManagerInteractions()
165 const std::string interfaceName = fqName.getInterfaceName(); in implementGetService() local
182 const std::string interfaceName = fqName.getInterfaceName(); in implementServiceManagerInteractions() local
1256 const std::string interfaceName = iface->definedName(); in generateStubSource() local
/aosp12/system/libhidl/adapter/
H A DHidlBinderAdapter.cpp140 std::string interfaceName = package + "::" + args.interface; in adapterMain() local
/aosp12/system/libvintf/
H A DHalManifest.cpp196 const std::string& interfaceName, in getHidlTransport()
564 const std::string& interfaceName, const std::string& instance) const { in hasInstance() argument
591 const std::string& interfaceName, in hasHidlInstance()
/aosp12/system/tools/hidl/hashing/
H A DHash.cpp164 std::vector<std::string> Hash::lookupHash(const std::string& path, const std::string& interfaceName, in lookupHash()

123