Home
last modified time | relevance | path

Searched defs:routes (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
DMediaRouter2ManagerTest.java176 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testOnRoutesRemovedAndAdded() local
242 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testGetRoutes_removedRoute_returnsCorrectRoutes() local
265 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_SPECIAL); in testRouteFeatures() local
284 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testRouterOnSessionCreated() local
315 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testGetRoutingSessions() local
381 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testRouterRelease_managerGetRoutingSessions() local
422 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testSelectAndTransferAndRelease() local
460 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testTransferTwice() local
531 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testTransfer_ignored_fails() local
564 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testSetSystemRouteVolume() local
[all …]
/frameworks/base/media/java/android/media/
DIMediaRouter2Manager.aidl31 void notifyRoutesAdded(in List<MediaRoute2Info> routes); in notifyRoutesAdded()
32 void notifyRoutesRemoved(in List<MediaRoute2Info> routes); in notifyRoutesRemoved()
33 void notifyRoutesChanged(in List<MediaRoute2Info> routes); in notifyRoutesChanged()
DIMediaRouter2.aidl29 void notifyRoutesAdded(in List<MediaRoute2Info> routes); in notifyRoutesAdded()
30 void notifyRoutesRemoved(in List<MediaRoute2Info> routes); in notifyRoutesRemoved()
31 void notifyRoutesChanged(in List<MediaRoute2Info> routes); in notifyRoutesChanged()
DMediaRouter2Manager.java252 List<MediaRoute2Info> routes = new ArrayList<>(); in getAvailableRoutes() local
286 List<MediaRoute2Info> routes = new ArrayList<>(); in getTransferableRoutes() local
327 public List<MediaRoute2Info> filterRoutesForPackage(@NonNull List<MediaRoute2Info> routes, in filterRoutesForPackage()
448 List<MediaRoute2Info> routes = new ArrayList<>(); in getAllRoutes() local
564 void addRoutesOnHandler(List<MediaRoute2Info> routes) { in addRoutesOnHandler()
575 void removeRoutesOnHandler(List<MediaRoute2Info> routes) { in removeRoutesOnHandler()
586 void changeRoutesOnHandler(List<MediaRoute2Info> routes) { in changeRoutesOnHandler()
668 private void notifyRoutesAdded(List<MediaRoute2Info> routes) { in notifyRoutesAdded()
675 private void notifyRoutesRemoved(List<MediaRoute2Info> routes) { in notifyRoutesRemoved()
682 private void notifyRoutesChanged(List<MediaRoute2Info> routes) { in notifyRoutesChanged()
[all …]
DMediaRouter2.java842 void addRoutesOnHandler(List<MediaRoute2Info> routes) { in addRoutesOnHandler()
858 void removeRoutesOnHandler(List<MediaRoute2Info> routes) { in removeRoutesOnHandler()
874 void changeRoutesOnHandler(List<MediaRoute2Info> routes) { in changeRoutesOnHandler()
1062 private List<MediaRoute2Info> filterRoutes(List<MediaRoute2Info> routes, in filterRoutes()
1082 private void notifyRoutesAdded(List<MediaRoute2Info> routes) { in notifyRoutesAdded()
1092 private void notifyRoutesRemoved(List<MediaRoute2Info> routes) { in notifyRoutesRemoved()
1102 private void notifyRoutesChanged(List<MediaRoute2Info> routes) { in notifyRoutesChanged()
1156 public void onRoutesAdded(@NonNull List<MediaRoute2Info> routes) {} in onRoutesAdded()
1163 public void onRoutesRemoved(@NonNull List<MediaRoute2Info> routes) {} in onRoutesRemoved()
1171 public void onRoutesChanged(@NonNull List<MediaRoute2Info> routes) {} in onRoutesChanged()
[all …]
DMediaRoute2ProviderInfo.java63 ArrayMap<String, MediaRoute2Info> routes = src.createTypedArrayMap(MediaRoute2Info.CREATOR); in MediaRoute2ProviderInfo() local
222 public Builder addRoutes(@NonNull Collection<MediaRoute2Info> routes) { in addRoutes()
DMediaRouterClientState.java35 public final ArrayList<RouteInfo> routes; field in MediaRouterClientState
DMediaRoute2ProviderService.java464 public final void notifyRoutes(@NonNull Collection<MediaRoute2Info> routes) { in notifyRoutes()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DInfoMediaManagerTest.java109 final List<MediaRoute2Info> routes = new ArrayList<>(); in onRouteAdded_getAvailableRoutes_shouldAddMediaDevice() local
131 final List<MediaRoute2Info> routes = new ArrayList<>(); in onRouteAdded_buildAllRoutes_shouldAddMediaDevice() local
160 final List<MediaRoute2Info> routes = new ArrayList<>(); in onPreferredFeaturesChanged_samePackageName_shouldAddMediaDevice() local
196 final List<MediaRoute2Info> routes = new ArrayList<>(); in onRoutesChanged_getAvailableRoutes_shouldAddMediaDevice() local
218 final List<MediaRoute2Info> routes = new ArrayList<>(); in onRoutesChanged_buildAllRoutes_shouldAddMediaDevice() local
260 final List<MediaRoute2Info> routes = new ArrayList<>(); in onRoutesRemoved_getAvailableRoutes_shouldAddMediaDevice() local
282 final List<MediaRoute2Info> routes = new ArrayList<>(); in onRoutesRemoved_buildAllRoutes_shouldAddMediaDevice() local
619 final List<MediaRoute2Info> routes = new ArrayList<>(); in onTransferred_getAvailableRoutes_shouldAddMediaDevice() local
645 final List<MediaRoute2Info> routes = new ArrayList<>(); in onTransferred_buildAllRoutes_shouldAddMediaDevice() local
/frameworks/libs/net/common/framework/com/android/net/module/util/
DNetUtils.java53 public static RouteInfo selectBestRoute(@Nullable Collection<RouteInfo> routes, in selectBestRoute()
/frameworks/native/cmds/ip-up-vpn/
Dip-up-vpn.c87 const char *routes = env("SPLIT_INCLUDE_CIDR"); in main() local
/frameworks/base/core/java/com/android/internal/net/
DVpnConfig.java97 public List<RouteInfo> routes = new ArrayList<RouteInfo>(); field in VpnConfig
129 String[] routes = routesStr.trim().split(" "); in addLegacyRoutes() local
DVpnProfile.java101 public String routes = ""; // 7 field in VpnProfile
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DInfoMediaManager.java513 public void onRoutesAdded(List<MediaRoute2Info> routes) { in onRoutesAdded()
525 public void onRoutesChanged(List<MediaRoute2Info> routes) { in onRoutesChanged()
530 public void onRoutesRemoved(List<MediaRoute2Info> routes) { in onRoutesRemoved()
/frameworks/libs/net/common/tests/unit/src/android/net/util/
DNetUtilsTest.java62 final List<RouteInfo> routes = new ArrayList<>(); in testSelectBestRoute() local
/frameworks/base/services/core/java/com/android/server/media/
DBluetoothRouteProvider.java189 List<MediaRoute2Info> routes = getAllBluetoothRoutes(); in getTransferableRoutes() local
198 List<MediaRoute2Info> routes = new ArrayList<>(); in getAllBluetoothRoutes() local
381 void onBluetoothRoutesUpdated(@NonNull List<MediaRoute2Info> routes); in onBluetoothRoutesUpdated()
DMediaRouter2ServiceImpl.java1976 @NonNull List<MediaRoute2Info> routes) { in notifyRoutesAddedToRouters()
1987 @NonNull List<MediaRoute2Info> routes) { in notifyRoutesRemovedToRouters()
1998 @NonNull List<MediaRoute2Info> routes) { in notifyRoutesChangedToRouters()
2020 List<MediaRoute2Info> routes = new ArrayList<>(); in notifyRoutesToManager() local
2035 @NonNull List<MediaRoute2Info> routes) { in notifyRoutesAddedToManagers()
2046 @NonNull List<MediaRoute2Info> routes) { in notifyRoutesRemovedToManagers()
2057 @NonNull List<MediaRoute2Info> routes) { in notifyRoutesChangedToManagers()
/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowRouter2Manager.java80 public void setDeselectableRoutes(List<MediaRoute2Info> routes) { in setDeselectableRoutes()
/frameworks/base/core/java/android/os/
DINetworkManagementService.aidl307 void addInterfaceToLocalNetwork(String iface, in List<RouteInfo> routes); in addInterfaceToLocalNetwork()
309 int removeRoutesFromLocalNetwork(in List<RouteInfo> routes); in removeRoutesFromLocalNetwork()
/frameworks/base/core/proto/android/nfc/
Dcard_emulation.proto97 repeated Route routes = 2; field
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccount.java673 public Builder setSupportedAudioRoutes(int routes) { in setSupportedAudioRoutes()
810 public boolean hasAudioRoutes(int routes) { in hasAudioRoutes()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java445 final HashSet<RouteInfo> routes = new HashSet<>(); in getRoutesFromTrafficSelectors() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp184 void HwModule::setRoutes(const AudioRouteVector &routes) in setRoutes()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java528 AudioRoutesInfo routes; in onReportNewRoutes() local
862 AudioRoutesInfo routes = new AudioRoutesInfo(mCurAudioRoutes); in startWatchingRoutes() local
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1785 public void addInterfaceToLocalNetwork(String iface, List<RouteInfo> routes) { in addInterfaceToLocalNetwork()
1797 public int removeRoutesFromLocalNetwork(List<RouteInfo> routes) { in removeRoutesFromLocalNetwork()

12