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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_plugin.h 46 #define SND_PCM_PLUGIN_ROUTE_FLOAT 0 /**< use integers for route plugin */
48 #define SND_PCM_PLUGIN_ROUTE_FLOAT 1 /**< use floats for route plugin */
51 #define SND_PCM_PLUGIN_ROUTE_RESOLUTION 16 /**< integer resolution for route plugin */
54 /** route ttable entry type */
59 /** route ttable entry type */
136 * Route plugin for linear formats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_plugin.h 46 #define SND_PCM_PLUGIN_ROUTE_FLOAT 0 /**< use integers for route plugin */
48 #define SND_PCM_PLUGIN_ROUTE_FLOAT 1 /**< use floats for route plugin */
51 #define SND_PCM_PLUGIN_ROUTE_RESOLUTION 16 /**< integer resolution for route plugin */
54 /** route ttable entry type */
59 /** route ttable entry type */
136 * Route plugin for linear formats
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaControlIntent.java 33 * send media to the destination of a media route. Categories are sometimes referred
36 * For example, if a route supports the {@link #CATEGORY_REMOTE_PLAYBACK remote playback category},
39 * media content to play. Such a route may then be referred to as
40 * a "remote playback route" because it supports remote playback requests. It is common
41 * for a route to support multiple categories of requests at the same time, such as
44 * The following standard route categories are defined.
46 * <li>{@link #CATEGORY_LIVE_AUDIO Live audio}: The route supports streaming live audio
49 * <li>{@link #CATEGORY_LIVE_VIDEO Live video}: The route supports streaming live video
54 * <li>{@link #CATEGORY_REMOTE_PLAYBACK Remote playback}: The route supports sending
58 * Media route providers may define custom media control intent categories of their own i
    [all...]
MediaRouteSelector.java 51 * An empty media route selector that will not match any routes.
208 * Builder for {@link MediaRouteSelector media route selectors}.
214 * Creates an empty media route selector builder.
220 * Creates a media route selector descriptor builder whose initial contents are
276 * Adds the contents of an existing media route selector to the builder.
278 * @param selector The media route selector whose contents are to be added.
291 * Builds the {@link MediaRouteSelector media route selector}.
RemotePlaybackClient.java 32 * remote playback media control intents to a single route.
53 * Creates a remote playback client for a route.
55 * @param route The media route.
57 public RemotePlaybackClient(Context context, MediaRouter.RouteInfo route) {
61 if (route == null) {
62 throw new IllegalArgumentException("route must not be null");
66 mRoute = route;
95 * Returns true if the route supports remote playback.
97 * If the route does not support remote playback, then none of the functionalit
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 48 route add -net 10.0.0.0 gw 193.233.7.65 dev tunl0
51 work in 2.2.0! Moreover, \verb|route| prints a funny error sort of
52 ``network unreachable'' and after this I found a strange direct route
57 this particular route is {\em abnormal}:
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
68 route add -host 193.233.7.65 dev tunl0
69 route add -net 10.0.0.0 netmask 255.0.0.0 gw 193.233.7.65
70 route del -host 193.233.7.65 dev tunl0
74 that between \verb|route add| and \verb|route del| host 193.233.7.65 i
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 203 * Make sure that a network route exists to allow us to reach the host in the
205 * @param url The URL of the MMSC to which we need a route
207 * @throws IOException if the host doesn't exist, or adding the route fails.
219 throw new IOException("Cannot establish route for " + url +
223 throw new IOException("Cannot establish route to proxy " + inetAddr);
230 throw new IOException("Cannot establish route for " + url + ": Unknown host");
233 throw new IOException("Cannot establish route to " + inetAddr + " for " + url);
  /system/netd/
SecondaryTableController.cpp 137 "route",
149 "route",
163 ALOGE("ip route %s failed: %s route %s %s/%d via %s dev %s table %d", action,
166 cli->sendMsg(ResponseCode::OperationFailed, "ip route modification failed", true);
179 cli->sendMsg(ResponseCode::CommandOkay, "Route modified", false);
275 "route",
347 // Add a route to the table to send all traffic to iface.
348 // We only need a default route because this table is only selected if a packet matches an
349 // IP rule that checks both the route and the mark
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 92 * {@link android.app.Presentation} when a route is selected, unselected or the
111 * A new route has been selected as active. Disable the current
112 * route and enable the new one.
120 * The route has been unselected.
129 * The route's presentation display has changed. This callback
151 // Get the selected route for live video
155 // Get its Display if a valid route has been selected
165 * route has been selected
178 * route has been selected.
  /developers/samples/android/media/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 92 * {@link android.app.Presentation} when a route is selected, unselected or the
111 * A new route has been selected as active. Disable the current
112 * route and enable the new one.
120 * The route has been unselected.
129 * The route's presentation display has changed. This callback
151 // Get the selected route for live video
155 // Get its Display if a valid route has been selected
165 * route has been selected
178 * route has been selected.
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
MainActivity.java 92 * {@link android.app.Presentation} when a route is selected, unselected or the
111 * A new route has been selected as active. Disable the current
112 * route and enable the new one.
120 * The route has been unselected.
129 * The route's presentation display has changed. This callback
151 // Get the selected route for live video
155 // Get its Display if a valid route has been selected
165 * route has been selected
178 * route has been selected.
  /external/apache-http/src/org/apache/http/conn/
ManagedClientConnection.java 78 * Obtains the current route of this connection.
80 * @return the route established so far, or
108 * Opens this connection according to the given route.
110 * @param route the route along which to open. It will be opened to
117 void open(HttpRoute route, HttpContext context, HttpParams params)
124 * The route is the one previously passed to {@link #open open}.
173 * The route is the one previously passed to {@link #open open}.
198 * A {@link #getRoute route} mismatch, the connection being closed,
  /external/iproute2/include/linux/
rtnetlink.h 132 Generic structure for encapsulation of optional route information.
181 RTN_UNICAST, /* Gateway or direct route */
187 RTN_MULTICAST, /* Multicast route */
203 #define RTPROT_REDIRECT 1 /* Route installed by ICMP redirects;
205 #define RTPROT_KERNEL 2 /* Route installed by kernel */
206 #define RTPROT_BOOT 3 /* Route installed during boot */
207 #define RTPROT_STATIC 4 /* Route installed by administrator */
248 #define RTM_F_NOTIFY 0x100 /* Notify user of route change */
249 #define RTM_F_CLONED 0x200 /* This route is cloned */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtnetlink.h 112 Generic structure for encapsulation of optional route information.
164 RTN_UNICAST, /* Gateway or direct route */
170 RTN_MULTICAST, /* Multicast route */
186 #define RTPROT_REDIRECT 1 /* Route installed by ICMP redirects;
188 #define RTPROT_KERNEL 2 /* Route installed by kernel */
189 #define RTPROT_BOOT 3 /* Route installed during boot */
190 #define RTPROT_STATIC 4 /* Route installed by administrator */
231 #define RTM_F_NOTIFY 0x100 /* Notify user of route change */
232 #define RTM_F_CLONED 0x200 /* This route is cloned */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 112 Generic structure for encapsulation of optional route information.
164 RTN_UNICAST, /* Gateway or direct route */
170 RTN_MULTICAST, /* Multicast route */
186 #define RTPROT_REDIRECT 1 /* Route installed by ICMP redirects;
188 #define RTPROT_KERNEL 2 /* Route installed by kernel */
189 #define RTPROT_BOOT 3 /* Route installed during boot */
190 #define RTPROT_STATIC 4 /* Route installed by administrator */
231 #define RTM_F_NOTIFY 0x100 /* Notify user of route change */
232 #define RTM_F_CLONED 0x200 /* This route is cloned */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 112 Generic structure for encapsulation of optional route information.
164 RTN_UNICAST, /* Gateway or direct route */
170 RTN_MULTICAST, /* Multicast route */
186 #define RTPROT_REDIRECT 1 /* Route installed by ICMP redirects;
188 #define RTPROT_KERNEL 2 /* Route installed by kernel */
189 #define RTPROT_BOOT 3 /* Route installed during boot */
190 #define RTPROT_STATIC 4 /* Route installed by administrator */
231 #define RTM_F_NOTIFY 0x100 /* Notify user of route change */
232 #define RTM_F_CLONED 0x200 /* This route is cloned */
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java 86 public int getMaxForRoute(HttpRoute route) {
93 * Sets lookup interface for maximum number of connections allowed per route.
97 * per route
111 * Returns lookup interface for maximum number of connections allowed per route.
115 * @return lookup interface for maximum number of connections allowed per route.
ConnPerRoute.java 37 * allowed for for a given route. This class can be used by pooling
39 * a fine-grained control of connections on a per route basis.
49 int getMaxForRoute(HttpRoute route);
  /external/chromium_org/remoting/host/
host_event_logger_win.cc 41 const protocol::TransportRoute& route) OVERRIDE;
96 const protocol::TransportRoute& route) {
99 strings[1] = route.remote_address.ToString();
100 strings[2] = route.local_address.ToString();
102 strings[4] = protocol::TransportRoute::GetTypeString(route.type);
  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 38 * The id of the current globally selected route, or null if none.
39 * Globally selected routes override any other route selections that applications
56 final RouteInfo route = routes.get(i); local
57 if (route.id.equals(id)) {
58 return route;
  /packages/apps/Nfc/nci/jni/
RouteDataSet.h 32 ** Description: Base class for every kind of route data.
155 ** See /data/bcm/param/route.xml
244 ** Description: Delete route data XML file.
286 ** element: XML node for one protocol route.
300 ** element: XML node for one technology route.
  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 263 MediaRouter.RouteInfo route = mRouter.getRouteAt(i); local
264 if (route.matchesTypes(MediaRouter.ROUTE_TYPE_REMOTE_DISPLAY)) {
265 preferenceScreen.addPreference(createRoutePreference(route));
293 private RoutePreference createRoutePreference(MediaRouter.RouteInfo route) {
294 WifiDisplay display = findWifiDisplay(route.getDeviceAddress());
296 return new WifiDisplayRoutePreference(getActivity(), route, display);
298 return new RoutePreference(getActivity(), route);
551 private void toggleRoute(MediaRouter.RouteInfo route) {
552 if (route.isSelected()) {
556 route.select()
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Builder.java 150 DomainList route = null; local
153 route = buildRoute((ASTroute)n);
162 return buildAddrSpec(route, (ASTaddr_spec)n);
183 private Mailbox buildAddrSpec(DomainList route, ASTaddr_spec node) {
187 return new Mailbox(route, localPart, domain);
  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoutePlanner.java 49 * Determines the route for a request.
53 * if they can still determine a route, for example
59 * @return the route that the request should take
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_api.h 49 // Route a window-related accessibility event.
53 // Route a menu-related accessibility event.
57 // Route a control-related accessibility event.

Completed in 1230 milliseconds

1 2 3 4 5 6 78 91011>>