HomeSort by relevance Sort by last modified time
    Searched refs:route (Results 176 - 200 of 760) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 104 * A route has been added or updated.
106 void routeUpdated(in RouteInfo route);
109 * A route has been removed.
111 void routeRemoved(in RouteInfo route);
  /frameworks/base/media/java/android/media/
MediaRouter.java 153 // This will select the active wifi display route if there is one.
169 // This will select the active BT route if there is one and the current
170 // selected route is the default system route, or if there is no selected
171 // route yet.
178 // Select the default route if the above didn't sync us up
349 final RouteInfo route = mRoutes.get(i); local
350 if (route.updatePresentationDisplay() || (route.mPresentationDisplay != null
351 && route.mPresentationDisplay.getDisplayId() == changedDisplayId))
430 RouteInfo route = findGlobalRoute(globalRoute.id); local
441 final RouteInfo route = mRoutes.get(i); local
479 RouteInfo route = new RouteInfo(mSystemCategory); local
567 final RouteInfo route = mRoutes.get(i); local
830 RouteInfo route = sStatic.mRoutes.get(i); local
1013 dispatchRouteSelected(types & route.getSupportedTypes(), route); local
1396 RouteInfo route = findWifiDisplayRoute(d); local
1407 selectRouteStatic(route.getSupportedTypes(), route, false); local
1414 RouteInfo route = sStatic.mRoutes.get(i); local
2500 RouteInfo route = mRoutes.remove(index); local
2555 final RouteInfo route = getRouteAt(i); local
2575 final RouteInfo route = getRouteAt(i); local
2631 final RouteInfo route = mRoutes.get(i); local
2745 final RouteInfo route = getRouteAtStatic(i); local
2957 public final RouteInfo route; field in class:MediaRouter.VolumeCallbackInfo
    [all...]
  /prebuilts/go/darwin-x86/src/net/
interface_bsd.go 12 "golang_org/x/net/route"
31 case *route.InterfaceMessage:
38 if sa, ok := m.Addrs[syscall.RTAX_IFP].(*route.LinkAddr); ok && len(sa.Addr) > 0 {
43 if imx, ok := sys.(*route.InterfaceMetrics); ok {
92 case *route.InterfaceAddrMessage:
98 case *route.Inet4Addr:
100 case *route.Inet6Addr:
106 case *route.Inet4Addr:
108 case *route.Inet6Addr:
112 if ip != nil && mask != nil { // NetBSD may contain route.LinkAdd
    [all...]
  /prebuilts/go/linux-x86/src/net/
interface_bsd.go 12 "golang_org/x/net/route"
31 case *route.InterfaceMessage:
38 if sa, ok := m.Addrs[syscall.RTAX_IFP].(*route.LinkAddr); ok && len(sa.Addr) > 0 {
43 if imx, ok := sys.(*route.InterfaceMetrics); ok {
92 case *route.InterfaceAddrMessage:
98 case *route.Inet4Addr:
100 case *route.Inet6Addr:
106 case *route.Inet4Addr:
108 case *route.Inet6Addr:
112 if ip != nil && mask != nil { // NetBSD may contain route.LinkAdd
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 53 * A connection pool that maintains connections by route.
58 * <li>connections are re-used only for the exact same route</li>
59 * <li>connection limits are enforced per route rather than per host</li>
88 * A map of route-specific pools.
99 * Creates a new connection pool, managed by route.
150 * Creates a new route-specific pool.
153 * @param route the route
157 protected RouteSpecificPool newRouteSpecificPool(HttpRoute route) {
158 return new RouteSpecificPool(route, connPerRoute.getMaxForRoute(route))
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderDescriptor.java 27 * Describes the state of a media route provider and the routes that it publishes.
67 * Returns true if the route provider descriptor and all of the routes that
78 MediaRouteDescriptor route = mRoutes.get(i); local
79 if (route == null || !route.isValid()) {
117 * Builder for {@link MediaRouteProviderDescriptor media route provider descriptors}.
124 * Creates an empty media route provider descriptor builder.
131 * Creates a media route provider descriptor builder whose initial contents are
148 * Adds a route.
150 public Builder addRoute(MediaRouteDescriptor route) {
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialog.java 41 * This class implements the route chooser dialog for {@link MediaRouter}.
43 * This dialog allows the user to choose a route that matches a given selector.
70 * Gets the media route types for filtering the routes that the user can
71 * select using the media route chooser dialog.
73 * @return The route types.
80 * Sets the types of routes that will be shown in the media route chooser dialog
83 * @param types The route types to match.
107 * Returns true if the route should be included in the list.
110 * match the route types. Subclasses can override this method to filter routes
114 * @param route The route to consider, never null
200 MediaRouter.RouteInfo route = mRouter.getRouteAt(i); local
225 MediaRouter.RouteInfo route = getItem(position); local
243 MediaRouter.RouteInfo route = getItem(position); local
    [all...]
  /external/apache-http/src/org/apache/http/conn/params/
ConnRouteParamBean.java 68 public void setForcedRoute (final HttpRoute route) {
69 params.setParameter(ConnRoutePNames.FORCED_ROUTE, route);
  /external/iproute2/ip/
routel 17 ip route list table "$@" |
  /external/libnl/include/netlink/route/
class.h 2 * netlink/route/class.h Traffic Classes
16 #include <netlink/route/tc.h>
17 #include <netlink/route/qdisc.h>
  /external/libnl/include/netlink/route/cls/
u32.h 2 * netlink/route/cls/u32.h u32 classifier
17 #include <netlink/route/classifier.h>
18 #include <netlink/route/action.h>
  /external/libnl/lib/route/qdisc/
ingress.c 2 * lib/route/qdisc/ingress.c ingress
22 #include <netlink-private/route/tc-api.h>
23 #include <netlink/route/qdisc.h>
  /external/libnl/python/tests/
test-create-bridge.py 2 import netlink.route.capi as capi
3 import netlink.route.link as link
  /external/libnl/tests/
test-create-macvlan.c 2 #include <netlink/route/link.h>
3 #include <netlink/route/link/macvlan.h>
test-create-veth.c 2 #include <netlink/route/link.h>
3 #include <netlink/route/link/veth.h>
test-create-vlan.c 2 #include <netlink/route/link.h>
3 #include <netlink/route/link/vlan.h>
test-create-vxlan.c 2 #include <netlink/route/link.h>
3 #include <netlink/route/link/vxlan.h>
  /external/ltp/testcases/network/stress/interface/
if-route-addlarge 21 TCID=if-route-addlarge
40 rt_cmd) local cmd_name='route' ;;
88 rt_cmd) route -A $inet add ${new_rt}${opt_rt} dev $iface ;;
89 ip_cmd) ip route add ${new_rt}${opt_rt} dev $iface ;;
92 tst_resm TFAIL "Can't add route $new_rt to $iface"
117 tst_check_cmds route
  /external/nist-sip/java/gov/nist/javax/sip/header/
RouteList.java 35 * A list of Route Headers.
44 public class RouteList extends SIPHeaderList<Route> {
52 super(Route.class, RouteHeader.NAME);
69 * Order is important when comparing route lists.
77 ListIterator<Route> it = this.listIterator();
78 ListIterator<Route> it1 = that.listIterator();
80 Route route = (Route) it.next(); local
81 Route route1 = (Route) it1.next()
    [all...]
  /frameworks/base/core/java/com/android/server/net/
BaseNetworkObserver.java 76 public void routeUpdated(RouteInfo route) {
81 public void routeRemoved(RouteInfo route) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
NamedMailbox.java 41 public NamedMailbox(String name, DomainList route, String localPart, String domain) {
42 super(route, localPart, domain);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
RealConnection.java 28 import com.squareup.okhttp.Route;
68 private final Route route; field in class:RealConnection
88 public RealConnection(Route route) {
89 this.route = route;
98 Proxy proxy = route.getProxy();
99 Address address = route.getAddress();
101 if (route.getAddress().getSslSocketFactory() == nul
    [all...]
  /external/libnl/include/netlink/cli/
tc.h 15 #include <netlink/route/tc.h>
  /external/libnl/include/netlink/route/cls/ematch/
meta.h 2 * netlink/route/cls/ematch/meta.h Metadata Match
16 #include <netlink/route/cls/ematch.h>
nbyte.h 2 * netlink/route/cls/ematch/nbyte.h N-Byte Comparison
16 #include <netlink/route/cls/ematch.h>

Completed in 4409 milliseconds

1 2 3 4 5 6 78 91011>>