HomeSort by relevance Sort by last modified time
    Searched refs:route (Results 226 - 250 of 399) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libnl/lib/route/
cls_obj.c 2 * lib/route/cls_api.c Classifier Object
22 #include <netlink/route/tc.h>
23 #include <netlink/route/classifier.h>
24 #include <netlink/route/classifier-modules.h>
25 #include <netlink/route/link.h>
240 .oo_name = "route/cls",
pktloc.c 2 * lib/route/pktloc.c Packet Location Aliasing
37 #include <netlink/route/pktloc.h>
pktloc_syntax.y 6 #include <netlink/route/pktloc.h>
rtnl.c 2 * lib/route/rtnl.c Routing Netlink
20 #include <netlink/route/rtnl.h>
  /external/libnl/src/
nl-route-get.c 2 * src/nl-route-get.c Get Route Attributes
13 #include <netlink/cli/route.h>
18 printf("Usage: nl-route-get <addr>\n");
24 //struct rtnl_route *route = (struct rtnl_route *) obj;
disabled-nl-qdisc-add.c 13 #include <netlink/route/sch/fifo.h>
14 #include <netlink/route/sch/prio.h>
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 51 * URI Jiang He - use address in route header. Significant changes to conform to
53 * strict route post processing code.
69 * <li> If the request contains one or more Route headers, use the URI of the
70 * topmost Route header as next hop, possibly modifying the request in the
71 * process if the topmost Route header contains no lr parameter(*)
80 * (*)Note that in case the topmost Route header contains no 'lr' parameter
82 * perform 'Route Information Postprocessing' as described in RFC3261 section
83 * 16.6 step 6 (also known as "Route header popping"). That is, the following
86 * <li>The implementation places the Request-URI into the Route header field as
88 * <li>The implementation then places the first Route header field value int
196 Route route = (Route) routes.getFirst(); local
272 Route route = new Route(addr); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteSelector.java 22 import com.squareup.okhttp.Route;
61 /* The most recently attempted route. */
79 private final List<Route> postponedRoutes;
89 this.postponedRoutes = new LinkedList<Route>();
95 * Returns true if there's another route to attempt. Every address has at
96 * least one route.
103 * Returns the next route address to attempt.
114 // Compute the next route to attempt.
131 Route route = new Route(address, lastProxy, lastInetSocketAddress, modernTls) local
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java 35 * This class implements the route controller dialog for {@link MediaRouter}.
37 * This dialog allows the user to control or disconnect from the currently selected route.
47 // to allow the route provider time to propagate the change and publish a new
48 // route descriptor.
83 * Gets the route that this dialog is controlling.
112 * when the route supports it.
128 * when the route supports it.
166 // Defer resetting mVolumeSliderTouched to allow the media route provider
299 public void onRouteUnselected(MediaRouter router, MediaRouter.RouteInfo route) {
304 public void onRouteChanged(MediaRouter router, MediaRouter.RouteInfo route) {
    [all...]
MediaRouteButton.java 44 * The media route button allows the user to select routes and to control the
45 * currently selected route.
51 * When the default route is selected or when the currently selected route does not
54 * route of the kind that it wants to use. Clicking on the button opens
55 * a {@link MediaRouteChooserDialog} to allow the user to select a route.
60 * When a non-default route is selected that matches the selector, the button will
62 * to a route of the kind that it wants to use. The button may also appear
63 * in an intermediary connecting state if the route is in the process of connecting
66 * to control or disconnect from the current route
231 MediaRouter.RouteInfo route = mRouter.getSelectedRoute(); local
489 final MediaRouter.RouteInfo route = mRouter.getSelectedRoute(); local
    [all...]
  /packages/apps/Nfc/nci/jni/
RoutingManager.h 38 bool addAidRouting(const UINT8* aid, UINT8 aidLen, int route);
  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 285 TransportRoute route; local
288 route.type = TransportRoute::DIRECT;
290 route.type = TransportRoute::STUN;
292 route.type = TransportRoute::RELAY;
298 candidate.address(), &route.remote_address)) {
306 local_candidate.address(), &route.local_address)) {
310 event_handler_->OnTransportRouteChange(this, route);
connection_to_client.cc 166 const TransportRoute& route) {
167 handler_->OnRouteChange(this, channel_name, route);
  /external/libnl/lib/route/sch/
htb.c 2 * lib/route/sch/htb.c HTB Qdisc
26 #include <netlink/route/tc.h>
27 #include <netlink/route/qdisc.h>
28 #include <netlink/route/qdisc-modules.h>
29 #include <netlink/route/class.h>
30 #include <netlink/route/class-modules.h>
31 #include <netlink/route/link.h>
32 #include <netlink/route/sch/htb.h>
tbf.c 2 * lib/route/sch/tbf.c TBF Qdisc
23 #include <netlink/route/tc.h>
24 #include <netlink/route/qdisc.h>
25 #include <netlink/route/qdisc-modules.h>
26 #include <netlink/route/class.h>
27 #include <netlink/route/class-modules.h>
28 #include <netlink/route/link.h>
29 #include <netlink/route/sch/tbf.h>
  /device/asus/grouper/audio/
Android.mk 26 $(call include-path-for, audio-route)
  /device/samsung/manta/audio/
Android.mk 29 $(call include-path-for, audio-route)
  /external/chromium_org/remoting/host/
host_mock_objects.h 82 const protocol::TransportRoute& route));
134 const protocol::TransportRoute& route));
  /frameworks/base/core/java/android/net/
StaticIpConfiguration.java 79 * directly-connected route for the IP address's local subnet and a default route.
104 for (RouteInfo route : getRoutes(iface)) {
105 lp.addRoute(route);
  /frameworks/base/telecomm/java/android/telecom/
Phone.java 204 * Sets the audio route (speaker, bluetooth, etc...). When this request is honored, there will
207 * @param route The audio route to use.
209 public final void setAudioRoute(int route) {
210 mInCallAdapter.setAudioRoute(route);
  /hardware/qcom/audio/hal/
Android.mk 40 $(call include-path-for, audio-route) \
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 591 * Notify our observers of a route change.
593 private void notifyRouteChange(String action, RouteInfo route) {
599 mObservers.getBroadcastItem(i).routeUpdated(route);
601 mObservers.getBroadcastItem(i).routeRemoved(route);
756 * A route has been updated or removed.
757 * Format: "NNN Route <updated|removed> <dst> [via <gateway] [dev <iface>]"
759 if (!cooked[1].equals("Route") || cooked.length < 6) {
788 RouteInfo route = new RouteInfo(new IpPrefix(cooked[3]), gateway, dev); local
789 notifyRouteChange(cooked[2], route);
1041 RouteInfo route = new RouteInfo(linkAddress, gatewayAddr); local
1073 RouteInfo route = new RouteInfo(linkAddress, gateAddr); local
    [all...]
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 57 // The checked state is used when connected to a remote route.
62 // The activated state is used while connecting to a remote route.
106 * Gets the media route types for filtering the routes that the user can
107 * select using the media route chooser dialog.
109 * @return The route types.
116 * Sets the types of routes that will be shown in the media route chooser dialog
119 * @param types The route types to match.
143 * Show the route chooser or controller dialog.
145 * If the default route is selected or if the currently selected route doe
392 final MediaRouter.RouteInfo route = mRouter.getSelectedRoute(); local
    [all...]
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 101 * Add the specified route to the interface.
103 void addRoute(int netId, in RouteInfo route);
106 * Remove the specified route from the interface.
108 void removeRoute(int netId, in RouteInfo route);
  /packages/apps/InCallUI/src/com/android/incallui/
AudioModeProvider.java 43 onAudioModeChange(audioState.route, audioState.isMuted);

Completed in 2172 milliseconds

1 2 3 4 5 6 7 8 91011>>