Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DMediaRouter2ManagerTest.java183 final List<MediaRoute2Info> routes = new ArrayList<>(); in testOnRoutesUpdated() local
288 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testGetRoutes_removedRoute_returnsCorrectRoutes() local
311 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_SPECIAL); in testRouteFeatures() local
330 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(preference); in testNoAllowedPackages_returnsZeroRoutes() local
348 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(preference); in testAllowedPackages() local
367 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testRouterOnSessionCreated() local
400 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testGetRoutingSessions() local
473 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testRouterRelease_managerGetRoutingSessions() local
519 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testSelectAndTransferAndRelease() local
565 Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); in testTransferTwice() local
[all …]
/aosp_15_r20/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
H A DMediaRouter2Test.java246 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURES_SPECIAL); in testGetRoutes() local
260 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(List.of(FEATURE_SAMPLE)); in getType_forSystemRouteFromNonSystemProvider_returnsTypeUnknown() local
294 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(sampleRouteFeature); in testTransferToSuccess() local
346 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(sampleRouteType); in testTransferToFailure() local
437 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(sampleRouteType); in testTransferToTwice() local
490 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(sampleRouteFeature); in testSetOnGetControllerHintsListener() local
556 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(sampleRouteFeature); in testSetSessionVolume() local
633 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(sampleRouteFeature); in testVolumeAdjustmentEventsReachOnlyExistingActiveRemoteSession() local
753 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(sampleRouteType); in testTransferCallbackIsNotCalledAfterUnregistered() local
806 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(sampleRouteType); in testRoutingControllerSelectAndDeselectRoute() local
[all …]
H A DSystemMediaRouter2Test.java747 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SAMPLE); in testTransferTo_succeeds_onTransferCalled() local
795 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SPECIAL); in getSelectedRoutes_returnsNonMatchingFeatureRoutes() local
837 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SPECIAL); in getSelectableRoutes_returnsNonMatchingFeatureRoutes() local
879 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SPECIAL); in getDeselectableRoutes_returnsNonMatchingFeatureRoutes() local
920 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SAMPLE); in testTransferTo_fails_onTransferFailureCalled() local
1001 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SAMPLE); in testTransferToTwice() local
1042 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SAMPLE); in testTransfer_succeeds_onTransferCalled() local
1089 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SAMPLE); in testStop() local
1167 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SAMPLE); in testRoutingControllerSelectAndDeselectRoute() local
1262 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(FEATURE_SAMPLE); in testRoutingControllerTransferToRoute() local
[all …]
H A DMediaRoute2ProviderServiceTest.java178 final List<MediaRoute2Info> routes = new ArrayList<>(); in testNotifyRoutesInvokesMediaRouter2DeprecatedRouteCallback() local
296 final List<MediaRoute2Info> routes = new ArrayList<>(); in testNotifyRoutesInvokesMediaRouter2RouteCallback() local
366 List<MediaRoute2Info> routes, List<MediaRoute2Info> expectedRoutes) { in assertContainsExpectedRoutes()
385 private static void assertNotContainsExpectedRoutes(@NonNull List<MediaRoute2Info> routes, in assertNotContainsExpectedRoutes()
403 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(featuresSample); in testSessionRelatedCallbacks() local
582 Map<String, MediaRoute2Info> routes = waitAndGetRoutes(featuresSample); in testNotifySessionReleased() local
724 static Map<String, MediaRoute2Info> createRouteMap(List<MediaRoute2Info> routes) { in createRouteMap()
/aosp_15_r20/cts/hostsidetests/media/app/MediaRouterRequiredPermissionsTestApp/src/media/router/cts/required_permissions_app/
H A DMediaRouter2DeviceTestRequiredPermissions.java108 Map<String, MediaRoute2Info> routes = in requiredPermissions_routeNotVisibleWhenOnePermissionNotHeld() local
126 Map<String, MediaRoute2Info> routes = in requiredPermissions_routeVisibleWhenOnePermissionIsHeld() local
148 Map<String, MediaRoute2Info> routes = in requiredPermissions_routeNotVisibleWhenNoEntryInAnySetIsHeld() local
168 Map<String, MediaRoute2Info> routes = in requiredPermissions_routeVisibleWhenFirstSetInListIsHeld() local
190 Map<String, MediaRoute2Info> routes = in requiredPermissions_routeVisibleWhenSecondSetInListIsHeld() local
214 Map<String, MediaRoute2Info> routes = in requiredPermissions_routeNotVisibleWhenSecondOfThirdSetIsNotHeld() local
/aosp_15_r20/external/pigweed/pw_router/
H A Dstatic_router_test.cc73 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() local
93 StaticRouter::Route routes[] = {{1, parser_egress}}; in TEST() local
104 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() local
114 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() local
123 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() local
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaRouter2.java1402 List<MediaRoute2Info> routes, List<String> packageOrder) { in getSortedRoutes()
1421 List<MediaRoute2Info> routes) { in filterRoutesWithCompositePreferenceLocked()
1459 private void notifyRoutesAdded(List<MediaRoute2Info> routes) { in notifyRoutesAdded()
1469 private void notifyRoutesRemoved(List<MediaRoute2Info> routes) { in notifyRoutesRemoved()
1480 private void notifyRoutesChanged(List<MediaRoute2Info> routes) { in notifyRoutesChanged()
1491 private void notifyRoutesUpdated(List<MediaRoute2Info> routes) { in notifyRoutesUpdated()
1573 public void onRoutesAdded(@NonNull List<MediaRoute2Info> routes) {} in onRoutesAdded()
1582 public void onRoutesRemoved(@NonNull List<MediaRoute2Info> routes) {} in onRoutesRemoved()
1592 public void onRoutesChanged(@NonNull List<MediaRoute2Info> routes) {} in onRoutesChanged()
1601 public void onRoutesUpdated(@NonNull List<MediaRoute2Info> routes) {} in onRoutesUpdated()
[all …]
H A DMediaRouter2Manager.java300 ArrayList<MediaRoute2Info> routes; in getSortedRoutes() local
315 List<MediaRoute2Info> routes = new ArrayList<>(); in getFilteredRoutes() local
462 List<MediaRoute2Info> routes = new ArrayList<>(); in getAllRoutes() local
587 void updateRoutesOnHandler(@NonNull List<MediaRoute2Info> routes) { in updateRoutesOnHandler()
1138 public void notifyRoutesUpdated(List<MediaRoute2Info> routes) { in notifyRoutesUpdated()
/aosp_15_r20/external/crosvm/devices/src/irqchip/kvm/
H A Dx86_64.rs63 let mut routes: Vec<IrqRoute> = Vec::new(); in kvm_default_irq_routing_table() localVariable
86 pub(super) routes: Arc<Mutex<Vec<IrqRoute>>>, field
91 routes: Vec<IrqRoute>, field
239 routes: Arc<Mutex<Vec<IrqRoute>>>, field
256 let mut routes: Vec<IrqRoute> = Vec::new(); in kvm_dummy_msi_routes() localVariable
310 let mut routes = kvm_default_irq_routing_table(ioapic_pins); in new() localVariable
494 let mut routes = self.routes.lock(); in route_irq() localVariable
781 routes: Vec<IrqRoute>, field
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DInfoMediaManagerTest.java197 final List<MediaRoute2Info> routes = new ArrayList<>(); in onRouteAdded_getAvailableRoutes_shouldAddMediaDevice() local
252 final List<MediaRoute2Info> routes = new ArrayList<>(); in onPreferredFeaturesChanged_samePackageName_shouldAddMediaDevice() local
289 final List<MediaRoute2Info> routes = new ArrayList<>(); in onRoutesChanged_getAvailableRoutes_shouldAddMediaDevice() local
485 final List<MediaRoute2Info> routes = new ArrayList<>(); in getRoutesListWithDuplicatedIds() local
540 final List<MediaRoute2Info> routes = new ArrayList<>(); in onRoutesRemoved_getAvailableRoutes_shouldAddMediaDevice() local
/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dx86_64.rs167 routes: Vec<Vec<IrqSource>>, field
181 let routes = self.get_mut(route.gsi as usize); in add() localVariable
207 let mut routes: Vec<IrqRoute> = Vec::new(); in default_pic_ioapic_routes() localVariable
226 let mut routes = Vec::with_capacity(self.routes.len()); in get_routes() localVariable
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DRoutingUtilsTest.java43 List<Route> routes = Collections.emptyList(); in findVirtualHostForHostName_exactMatchFirst() local
61 List<Route> routes = Collections.emptyList(); in findVirtualHostForHostName_preferSuffixDomainOverPrefixDomain() local
79 List<Route> routes = Collections.emptyList(); in findVirtualHostForHostName_asteriskMatchAnyDomain() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_goto_ifs.c52 struct routes { struct
56 struct routes *loop_backup; argument
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/service/
Drouter.rs27 routes: Option<Routes>, field
42 let routes = self.routes.take().unwrap_or_default(); in add_service() localVariable
48 pub fn routes(self) -> Routes { in routes() method
/aosp_15_r20/hardware/interfaces/audio/aidl/default/r_submix/
H A DSubmixRoute.cpp43 auto routes = getRoutes(); in findOrCreateRoute() local
59 auto routes = getRoutes(); in findRoute() local
74 auto routes = getRoutes(true /*tryLock*/); in dumpRoutes() local
H A DSubmixRoute.h127 RoutesMonitor(std::mutex& mutex, RoutesMap& routes) : mLock(mutex), mRoutes(routes) {} in RoutesMonitor()
128 RoutesMonitor(std::mutex& mutex, RoutesMap& routes, bool /*tryLock*/) in RoutesMonitor()
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dpath_router.rs15 routes: HashMap<RouteId, Endpoint<S, B>>, field
241 let routes = self in layer() localVariable
273 let routes = self in route_layer() localVariable
290 let routes = self in with_state() localVariable
/aosp_15_r20/cts/hostsidetests/media/app/MediaRouterWithBTPermissionsApp/src/android/media/router/cts/bluetoothpermissionsapp/
H A DMediaRouter2DeviceTest.java165 Map<String, MediaRoute2Info> routes = in deduplicationIds_propagateAcrossApps() local
206 Map<String, MediaRoute2Info> routes = in deviceType_propagatesAcrossApps() local
583 Map<String, MediaRoute2Info> routes = in visibilityAndAllowedPackages_propagateAcrossApps() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DNetUtilsTest.java79 final List<RouteInfo> routes = new ArrayList<>(); in testSelectBestRoute() local
120 final List<RouteInfo> routes = new ArrayList<>(); in testSelectBestRouteWithExcludedRoutes() local
/aosp_15_r20/external/crosvm/devices/src/irqchip/geniezone/
H A Dmod.rs34 let mut routes: Vec<IrqRoute> = Vec::new(); in default_irq_routing_table() localVariable
50 pub(super) routes: Arc<Mutex<Vec<IrqRoute>>>, field
199 let mut routes = self.routes.lock(); in route_irq() localVariable
/aosp_15_r20/development/tools/otagui/src/router/
H A Dindex.js8 const routes = [ variable
39 routes property
/aosp_15_r20/development/tools/ota_analysis/src/router/
H A Dindex.js7 const routes = [ variable
35 routes property
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DModule.cpp390 auto& routes = getConfig().routes; in getAudioRoutesForAudioPortImpl() local
408 std::vector<AudioRoute*>* routes) { in getRoutableAudioPortIds()
769 auto& routes = getConfig().routes; in connectExternalDevice() local
836 auto& routes = getConfig().routes; in disconnectExternalDevice() local
934 std::vector<AudioRoute*> routes = getAudioRoutesForAudioPortImpl(in_portId); in getAudioRoutesForAudioPort() local
1071 auto& routes = getConfig().routes; in setAudioPatch() local
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java409 final Set<RouteInfo> routes = routes(TEST_PREFIXES); in makeIPv6ProvisionedLinkProperties() local
764 Set<RouteInfo> routes, Set<InetAddress> dnses) { in linkproperties()
785 static Set<RouteInfo> routes(String... routes) { in routes() method in IpClientTest
795 static Set<RouteInfo> routes(Set<RouteInfo> includedRoutes, Set<RouteInfo> excludedRoutes) { in routes() method in IpClientTest
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DDefaultRouter.java173 RouteList routes = sipRequest.getRouteHeaders(); in getNextHop() local
264 RouteList routes = req.getRouteHeaders(); in fixStrictRouting() local

12345678910>>...20