Searched defs:iface (Results 51 - 66 of 66) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1235 public synchronized void interfaceStatusChanged(String iface, boolean up) { argument
1237 mObserver.interfaceStatusChanged(iface, up);
1545 final String iface = ipv4DefaultRoute.getInterface();
1574 iface, profile.server, "udppsk", profile.ipsecIdentifier,
1580 iface, profile.server, "udprsa", privateKey, userCert,
1586 iface, profile.server, "xauthpsk", profile.ipsecIdentifier,
1592 iface, profile.server, "xauthrsa", privateKey, userCert,
1598 iface, profile.server, "hybridrsa",
1609 iface, "pptp", profile.server, "1723",
1619 iface, "l2t
[all...]
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java224 private DhcpClient(Context context, StateMachine controller, String iface) { argument
229 mIfaceName = iface;
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java1487 private void verifySetInterfaceQuota(String iface, long quotaBytes) throws Exception { argument
1488 verify(mNetworkManager, atLeastOnce()).setInterfaceQuota(iface, quotaBytes);
1491 private void verifyRemoveInterfaceQuota(String iface) throws Exception { argument
1492 verify(mNetworkManager, atLeastOnce()).removeInterfaceQuota(iface);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java308 (SupplicantStatus status, ISupplicantIface iface) -> {
313 supplicantIface.value = iface;
324 Log.e(TAG, "initSupplicantStaIface got null iface");
380 protected ISupplicantStaIface getStaIfaceMockable(ISupplicantIface iface) { argument
382 return ISupplicantStaIface.asInterface(iface.asBinder());
1013 * Trigger a reassociation even if the iface is currently connected.
1032 * Trigger a reconnection if the iface is disconnected.
H A DWifiNative.java296 * Trigger a reconnection if the iface is disconnected.
305 * Trigger a reassociation even if the iface is currently connected.
1066 public WifiLinkLayerStats getWifiLinkLayerStats(String iface) { argument
1172 * Installs an APF program on this iface, replacing any existing program.
1182 * Set country code for this AP iface.
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java160 private static <T, I> IBinder mockService(Class<T> class1, Class<I> iface) { argument
161 T tImpl = mockWithInterfaces(class1, iface);
164 when(binder.queryLocalInterface(iface.getCanonicalName()))
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java153 protected ISupplicantP2pIface getP2pIfaceMockable(ISupplicantIface iface) { argument
2610 public void answer(ISupplicant.IfaceInfo iface, ISupplicant.getInterfaceCallback cb) { argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java532 public int tether(String iface, String callerPkg) { argument
536 public int untether(String iface, String callerPkg) { argument
540 public int getLastTetherError(String iface) { argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp357 const sp<IRemoteDisplayClient>& client, const String8& iface) {
362 return new RemoteDisplay(opPackageName, client, iface.string());
355 listenForRemoteDisplay( const String16 &opPackageName, const sp<IRemoteDisplayClient>& client, const String8& iface) argument
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java433 private void notifyInterfaceStatusChanged(String iface, boolean up) { argument
434 invokeForAllObservers(o -> o.interfaceStatusChanged(iface, up));
441 private void notifyInterfaceLinkStateChanged(String iface, boolean up) { argument
442 invokeForAllObservers(o -> o.interfaceLinkStateChanged(iface, up));
448 private void notifyInterfaceAdded(String iface) { argument
449 invokeForAllObservers(o -> o.interfaceAdded(iface));
455 private void notifyInterfaceRemoved(String iface) { argument
458 mActiveAlerts.remove(iface);
459 mActiveQuotas.remove(iface);
461 invokeForAllObservers(o -> o.interfaceRemoved(iface));
467 notifyLimitReached(String limitName, String iface) argument
720 notifyAddressUpdated(String iface, LinkAddress address) argument
727 notifyAddressRemoved(String iface, LinkAddress address) argument
734 notifyInterfaceDnsServerInfo(String iface, long lifetime, String[] addresses) argument
984 getInterfaceConfig(String iface) argument
1028 setInterfaceConfig(String iface, InterfaceConfiguration cfg) argument
1050 setInterfaceDown(String iface) argument
1058 setInterfaceUp(String iface) argument
1066 setInterfaceIpv6PrivacyExtensions(String iface, boolean enable) argument
1079 clearInterfaceAddresses(String iface) argument
1089 enableIpv6(String iface) argument
1099 setIPv6AddrGenMode(String iface, int mode) argument
1108 disableIpv6(String iface) argument
1118 setInterfaceIpv6NdOffload(String iface, boolean enable) argument
1197 setMtu(String iface, int mtu) argument
1287 tetherInterface(String iface) argument
1302 untetherInterface(String iface) argument
1469 addIdleTimer(String iface, int timeout, final int type) argument
1505 removeIdleTimer(String iface) argument
1564 setInterfaceQuota(String iface, long quotaBytes) argument
1598 removeInterfaceQuota(String iface) argument
1635 setInterfaceAlert(String iface, long alertBytes) argument
1663 removeInterfaceAlert(String iface) argument
1914 setInterfaceQuota(String iface, long quotaBytes) argument
2044 setFirewallInterfaceRule(String iface, boolean allow) argument
2534 addInterfaceToNetwork(String iface, int netId) argument
2539 removeInterfaceFromNetwork(String iface, int netId) argument
2543 modifyInterfaceInNetwork(String action, String netId, String iface) argument
2681 addInterfaceToLocalNetwork(String iface, List<RouteInfo> routes) argument
2692 removeInterfaceFromLocalNetwork(String iface) argument
[all...]
H A DConnectivityService.java1025 final String iface = (lp == null ? "" : lp.getInterfaceName());
1026 return mPolicyManagerInternal.isUidNetworkingBlocked(uid, iface);
1435 String iface = bestRoute.getInterface();
1438 bestRoute = RouteInfo.makeHostRoute(addr, iface);
1442 bestRoute = RouteInfo.makeHostRoute(addr, bestRoute.getGateway(), iface);
1665 final String iface = networkAgent.linkProperties.getInterfaceName();
1687 if (timeout > 0 && iface != null && type != ConnectivityManager.TYPE_NONE) {
1689 mNetd.addIdleTimer(iface, timeout, type);
1701 final String iface = networkAgent.linkProperties.getInterfaceName();
1704 if (iface !
2874 tether(String iface, String callerPkg) argument
2886 untether(String iface, String callerPkg) argument
2899 getLastTetherError(String iface) argument
4442 wakeupModifyInterface(String iface, NetworkCapabilities caps, boolean add) argument
[all...]
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java2033 * @param iface the interface name to tether.
2038 public int tether(String iface) { argument
2042 return mService.tether(iface, pkgName);
2061 * @param iface the interface name to untether.
2066 public int untether(String iface) { argument
2070 return mService.untether(iface, pkgName);
2321 * @param iface The name of the interface of interest
2328 public int getLastTetherError(String iface) { argument
2330 return mService.getLastTetherError(iface);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1027 public void limitReached(String limitName, String iface) {
1032 mHandler.obtainMessage(MSG_LIMIT_REACHED, iface).sendToTarget();
1615 Slog.w(TAG, "shared quota unsupported; generating rule for each iface");
1619 final String iface = matchingIfaces.valueAt(j);
1620 setInterfaceQuotaAsync(iface, quotaBytes);
1621 newMeteredIfaces.add(iface);
1642 final String iface = matchingIfaces.valueAt(j);
1643 if (!newMeteredIfaces.contains(iface)) {
1644 setInterfaceQuotaAsync(iface, Long.MAX_VALUE);
1645 newMeteredIfaces.add(iface);
2486 onTetheringChanged(String iface, boolean tethering) argument
4035 setInterfaceQuotaAsync(String iface, long quotaBytes) argument
4041 setInterfaceQuota(String iface, long quotaBytes) argument
4051 removeInterfaceQuotaAsync(String iface) argument
4055 removeInterfaceQuota(String iface) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5363 public void noteNetworkInterfaceTypeLocked(String iface, int networkType) { argument
5364 if (TextUtils.isEmpty(iface)) return;
5368 mModemIfaces = includeInStringArray(mModemIfaces, iface);
5369 if (DEBUG) Slog.d(TAG, "Note mobile iface " + iface + ": " + mModemIfaces);
5371 mModemIfaces = excludeFromStringArray(mModemIfaces, iface);
5372 if (DEBUG) Slog.d(TAG, "Note non-mobile iface " + iface + ": " + mModemIfaces);
5378 mWifiIfaces = includeInStringArray(mWifiIfaces, iface);
5379 if (DEBUG) Slog.d(TAG, "Note wifi iface "
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jar ... String getShortClassName (java.lang.Class) Class found Class iface java.util.Iterator i$ Class cls Class ...

Completed in 615 milliseconds

123