Home
last modified time | relevance | path

Searched defs:hostAddress (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/libs/net/common/framework/com/android/net/module/util/
H A DInet4AddressUtils.java37 public static Inet4Address intToInet4AddressHTL(int hostAddress) { in intToInet4AddressHTL()
45 public static Inet4Address intToInet4AddressHTH(int hostAddress) { in intToInet4AddressHTH()
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DIConnectivityManager.aidl73 boolean requestRouteToHost(int networkType, int hostAddress, String packageName); in requestRouteToHost()
75 boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress, String packageName); in requestRouteToHostAddress()
H A DNetworkUtils.java159 public static InetAddress intToInetAddress(int hostAddress) { in intToInetAddress()
H A DConnectivityManager.java1082 public boolean requestRouteToHost(int networkType, int hostAddress) { in requestRouteToHost()
1106 public boolean requestRouteToHostAddress(int networkType, InetAddress hostAddress) { in requestRouteToHostAddress()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkUtils.java184 public static InetAddress intToInetAddress(int hostAddress) { in intToInetAddress()
H A DIConnectivityManager.aidl89 boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress, in requestRouteToHostAddress()
H A DConnectivityManager.java2219 public boolean requestRouteToHost(int networkType, int hostAddress) { in requestRouteToHost()
2244 public boolean requestRouteToHostAddress(int networkType, InetAddress hostAddress) { in requestRouteToHostAddress()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java883 Uri hostAddress = mTelecomAccountRegistry.getAddress(mConferenceHostPhoneAccountHandle); in setConferenceHost() local
/aosp12/frameworks/layoutlib/bridge/src/android/net/
H A DConnectivityManager.java415 public boolean requestRouteToHost(int networkType, int hostAddress) { in requestRouteToHost()
420 public boolean requestRouteToHostAddress(int networkType, InetAddress hostAddress) { in requestRouteToHostAddress()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DConnectivityManagerTest.java625 private void assertRequestRouteToHostUnsupported(int networkType, int hostAddress) { in assertRequestRouteToHostUnsupported()
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/
H A DConnectivityService.java1699 public boolean requestRouteToHost(int networkType, int hostAddress, String packageName) { in requestRouteToHost()
1718 public boolean requestRouteToHostAddress(int networkType, byte[] hostAddress, in requestRouteToHostAddress()
/aosp12/hardware/qcom/sdm845/gps/msm8998/gnss/
H A DGnssAdapter.cpp448 GnssAdapter::resolveInAddress(const char* hostAddress, struct in_addr* inAddress) in resolveInAddress()
/aosp12/hardware/qcom/gps/msm8909w_3100/gnss/
H A DGnssAdapter.cpp470 GnssAdapter::resolveInAddress(const char* hostAddress, struct in_addr* inAddress) in resolveInAddress()
/aosp12/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp451 GnssAdapter::resolveInAddress(const char* hostAddress, struct in_addr* inAddress) in resolveInAddress()
/aosp12/hardware/qcom/sdm845/gps/sdm845/gnss/
H A DGnssAdapter.cpp604 GnssAdapter::resolveInAddress(const char* hostAddress, struct in_addr* inAddress) in resolveInAddress()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java2394 public boolean requestRouteToHostAddress(int networkType, byte[] hostAddress, in requestRouteToHostAddress()