/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | NetworkUtils.java | 38 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 D | ConnectivityDiagnosticsManagerTest.java | 199 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 D | Vintf.cpp | 39 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 D | AccessControl.cpp | 32 const char* interfaceName; member
|
/aosp12/system/libhidl/transport/ |
H A D | LegacySupport.cpp | 32 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 D | TestUtils.java | 94 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 D | WifiAwareNativeApiTest.java | 665 String interfaceName = "aware_data5"; in validateInitiateDataPath() local 729 String interfaceName = "aware_whatever22"; in validateRespondToDataPathRequest() local
|
/aosp12/system/security/keystore2/src/vintf/ |
H A D | vintf.cpp | 47 size_t minor_version, const char* interfaceName) { in getHidlInstances() 56 const char* interfaceName) { in getAidlInstances()
|
/aosp12/frameworks/native/cmds/lshal/ |
H A D | PipeRelay.cpp | 33 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 D | IMbmsGroupCallSessionCallback.aidl | 30 void onServiceInterfaceAvailable(String interfaceName, int index); in onServiceInterfaceAvailable()
|
H A D | MbmsGroupCallSessionCallback.java | 88 default void onServiceInterfaceAvailable(@NonNull String interfaceName, int index) {} in onServiceInterfaceAvailable()
|
H A D | InternalGroupCallSessionCallback.java | 75 public void onServiceInterfaceAvailable(final String interfaceName, final int index) { in onServiceInterfaceAvailable()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | EthernetNetworkSpecifier.java | 49 public EthernetNetworkSpecifier(@NonNull String interfaceName) { in EthernetNetworkSpecifier()
|
H A D | IpSecTunnelInterfaceResponse.java | 31 public final String interfaceName; field in IpSecTunnelInterfaceResponse
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | TestNetworkSpecifier.java | 43 public TestNetworkSpecifier(@NonNull String interfaceName) { in TestNetworkSpecifier()
|
/aosp12/system/netd/server/ |
H A D | MDnsSdListener.cpp | 162 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 D | UsbUtil.java | 50 String interfaceName = usbInterface.getName(); in possiblyAndroid() local
|
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/p2p/ |
H A D | P2pUtils.java | 43 static boolean isOnInterface(String interfaceName, Uri path) { in isOnInterface()
|
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | DataCallResponse.java | 170 @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 D | WifiAwareNativeApi.java | 954 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 D | WifiAwareDataPathStateManager.java | 270 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 D | generateCpp.cpp | 89 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 D | HidlBinderAdapter.cpp | 140 std::string interfaceName = package + "::" + args.interface; in adapterMain() local
|
/aosp12/system/libvintf/ |
H A D | HalManifest.cpp | 196 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 D | Hash.cpp | 164 std::vector<std::string> Hash::lookupHash(const std::string& path, const std::string& interfaceName, in lookupHash()
|