/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
Serializer.cpp | 338 const char *const RouteTraits::collectionTag = "routes"; 435 // Deserialize childrens: Audio Mix Port, Audio Device Ports (Source/Sink), Audio Routes 444 RouteTraits::Collection routes; local 445 deserializeCollection<RouteTraits>(doc, root, routes, module.get()); 446 module->setRoutes(routes);
|
/external/dhcpcd-6.8.2/ |
dhcpcd-definitions.conf | 12 # RFC3442 states that the CSR has to come before all other routes 13 # For completeness we also specify static routes then routers 16 # to provide the exact same information as option 121, classless static routes
|
dhcpcd.8.in | 84 IP address, routes, etc 190 changes the routes to use the interface with the same route and the lowest 435 Here is an example which configures a static address, routes and dns. 552 Don't set any default routes.
|
if-options.h | 171 struct rt_head *routes; member in struct:if_options
|
/frameworks/base/core/java/android/app/ |
Presentation.java | 76 * track of which audio and video routes are available on the system. 77 * The media router sends notifications whenever routes are selected or unselected 144 * video routes and how to obtain the preferred presentation display for the
|
MediaRouteButton.java | 101 * Gets the media route types for filtering the routes that the user can 111 * Sets the types of routes that will be shown in the media route chooser dialog
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
access_point.py | 185 # Clear all routes to prevent old routes from interfering. 217 # The DHCP serer requires interfaces to have ips and routes before
|
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 448 void addInterfaceToLocalNetwork(String iface, in List<RouteInfo> routes); 450 int removeRoutesFromLocalNetwork(in List<RouteInfo> routes);
|
/frameworks/base/services/core/java/com/android/server/media/ |
MediaRouterService.java | 63 * Provides a mechanism for discovering media routes and manages media playback 496 // Only let the system discover remote display routes for now. 528 // Only let the system connect to new global routes for now. [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteControllerDialog.java | 753 List<MediaRouter.RouteInfo> routes = getGroup() == null ? null : getGroup().getRoutes(); local 754 if (routes == null) { 757 } else if (MediaRouteDialogHelper.listUnorderedEquals(mGroupMemberRoutes, routes)) { 767 MediaRouteDialogHelper.getItemsAdded(mGroupMemberRoutes, routes); 769 routes); [all...] |
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
AidRoutingManager.java | 66 // The route can include routes to a eSE/UICC. 198 // Add AID entries for all non-default routes
|
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/ |
ReflectorVpnService.java | 48 public static final String RESTRICTION_ROUTES = "vpn.routes";
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaRouterTest.java | 266 // Create another two routes with the same category. 277 // To place routes in order, add userRoute1 to the group between userRoute0 and userRoute2. 298 // Routes in different categories cannot be added to the same group. 501 // When a group has no routes, the group is removed from the media router.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Route.h | 79 /// the default routes. A route table also contains a route cache.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/ |
Udp4Main.c | 397 The Routes() function adds a route to or deletes a route from the routing table.
398 Routes are determined by comparing the SubnetAddress with the destination IP
403 other routes.
464 return Ip->Routes (Ip, DeleteRoute, SubnetAddress, SubnetMask, GatewayAddress);
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Ip4.h | 393 The Routes() function adds a route to or deletes a route from the routing table.
395 Routes are determined by comparing the SubnetAddress with the destination IPv4
401 other routes.
602 EFI_IP4_ROUTES Routes;
|
/external/iproute2/ |
README.iproute2+tc | 68 H. Assign routes to 10.11.12.0/24 to realm 1
|
/external/iproute2/doc/ |
ip-tunnels.tex | 127 \item {\bf In 2.0} you create tunnel routes with the command: 209 and add routes with \verb|route| utility. 213 The only way to make it is to create special routes with gateway 377 route unicast packets, provided appropriate routes are added.
|
/external/iproute2/man/man8/ |
ip-netns.8 | 50 with its own routes, firewall rules, and network devices.
|
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/ |
AppNanolets.java | 144 * Add the routes Every route is an absolute path Parameters starts with ":"
|
/external/syslinux/efi32/include/efi/ |
efitcp.h | 209 EFI_TCP4_ROUTES Routes;
|
/external/syslinux/efi64/include/efi/ |
efitcp.h | 209 EFI_TCP4_ROUTES Routes;
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efitcp.h | 209 EFI_TCP4_ROUTES Routes;
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
AudioPort.h | 154 AudioRouteVector mRoutes; // Routes involving this port
|
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
OffloadController.java | 400 // For each old route, if not in new routes: remove. 408 // For each new route, if not in old routes: add. 467 // Find the gateway addresses of all default routes of either address family. 541 // Ignore any link-local routes.
|