/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gTetheringTest.py | 71 self.clients = self.android_devices[1:] 99 self.clients, 100 self.clients, 124 self.clients, 125 self.clients, 153 self.clients, 154 [self.clients[0]], 167 self.clients, 171 self.clients[0].droid.telephonyToggleDataConnection(True) 172 wifi_reset(self.log, self.clients[0]) [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/nsa5gmmw/ |
D | Nsa5gMmwTetheringTest.py | 58 self.clients = self.android_devices[1:] 89 self.clients, 90 self.clients, 114 self.clients, 115 self.clients, 143 self.clients, 144 [self.clients[0]], 157 self.clients, 161 self.clients[0].droid.telephonyToggleDataConnection(True) 162 wifi_reset(self.log, self.clients[0]) [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_bt_utils.py | 32 def enable_bluetooth_tethering_connection(log, provider, clients): argument 33 for ad in [provider] + clients: 56 for client in clients: 64 for client in clients: 71 def verify_bluetooth_tethering_connection(log, provider, clients, argument 85 if not enable_bluetooth_tethering_connection(log, provider, clients): 88 if not test_internet_connection(log, provider, clients): 93 for caller, callee in [(provider, clients[0]), 94 (clients[0], provider)]: 102 log, clients[0], retries=1): [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveDataTest.py | 124 self.clients = self.android_devices[1:] 709 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 713 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients) 731 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 735 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients, 754 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 758 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients, 777 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 781 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients, 800 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_3G): [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/test/ |
H A D | SubscriptionManagerTest.cpp | 364 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>(updatedValues)); in TEST_F() local 366 ASSERT_EQ(clients.size(), 0u) << "all subscribed properties must be unsubscribed"; in TEST_F() 419 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>(updatedValues)); in TEST_F() local 421 ASSERT_THAT(clients[client1], in TEST_F() 423 ASSERT_THAT(clients[client2], ElementsAre(updatedValues[0])); in TEST_F() 510 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>(updatedValues)); in TEST_F() local 512 ASSERT_THAT(clients[getCallbackClient()], ElementsAre(updatedValues[1])); in TEST_F() 639 auto clients = in TEST_F() local 642 ASSERT_THAT(clients[client1], UnorderedElementsAre(propertyEvents[0])); in TEST_F() 643 ASSERT_THAT(clients[client2], UnorderedElementsAre(propertyEvents[0], propertyEvents[1])); in TEST_F() [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/test/ |
H A D | SubscriptionManagerTest.cpp | 358 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>(updatedValues)); in TEST_F() local 360 ASSERT_EQ(clients.size(), 0u) << "all subscribed properties must be unsubscribed"; in TEST_F() 413 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>(updatedValues)); in TEST_F() local 415 ASSERT_THAT(clients[client1], in TEST_F() 417 ASSERT_THAT(clients[client2], ElementsAre(updatedValues[0])); in TEST_F() 504 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>(updatedValues)); in TEST_F() local 506 ASSERT_THAT(clients[getCallbackClient()], ElementsAre(updatedValues[1])); in TEST_F() 633 auto clients = in TEST_F() local 636 ASSERT_THAT(clients[client1], UnorderedElementsAre(propertyEvents[0])); in TEST_F() 637 ASSERT_THAT(clients[client2], UnorderedElementsAre(propertyEvents[0], propertyEvents[1])); in TEST_F() [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/3c/ |
D | 3c0535c384087b9045e9c853acea7a6199e49468 | 2 AdServicesProdLintChecker(minSdkVersion:current) (external) <- adservices-clients 3 adservices-clients(minSdkVersion:current) <- CtsSampleTopicsApp1 8 auto_value_annotations(minSdkVersion:19) (external) <- adservices-clients 9 auto_value_plugin(minSdkVersion:current) (external) <- adservices-clients 10 core-lambda-stubs(minSdkVersion:31) (external) <- CtsSampleTopicsApp1, adservices-clients, guava 13 ext(minSdkVersion:current) (external) <- CtsSampleTopicsApp1, adservices-clients 14 framework(minSdkVersion:current) (external) <- CtsSampleTopicsApp1, adservices-clients 15 framework-adservices.stubs.module_lib(minSdkVersion:current) (external) <- adservices-clients 16 framework-annotations-lib(minSdkVersion:current) (external) <- adservices-clients 18 framework-sdksandbox.stubs.module_lib(minSdkVersion:current) (external) <- adservices-clients [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_address_manager_test.cc | 138 size_t first_id = clients.size(); in AllocateClients() 140 clients.emplace_back(std::make_unique<RotatorClient>(le_address_manager_, first_id + i)); in AllocateClients() 155 std::vector<std::unique_ptr<RotatorClient>> clients; member in bluetooth::hci::__anon2a209ba40111::LeAddressManagerTest 161 le_address_manager_->Register(clients[0].get()); in TEST_F() 163 le_address_manager_->Unregister(clients[0].get()); in TEST_F() 177 le_address_manager_->Register(clients[0].get()); in TEST_F() 181 clients[0].get()->WaitForResume(); in TEST_F() 182 le_address_manager_->Unregister(clients[0].get()); in TEST_F() 195 le_address_manager_->Register(clients[0].get()); in TEST_F() 199 clients[0].get()->WaitForResume(); in TEST_F() [all …]
|
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/ |
H A D | DefaultResourceModel.cpp | 42 std::vector<ClientInfo>& clients) { in getAllClients() argument 44 clients.clear(); in getAllClients() 57 if (!mResourceTracker->getNonConflictingClients(resourceRequestInfo, clients)) { in getAllClients() 67 if (!mResourceTracker->getNonConflictingClients(resourceRequestInfo, clients)) { in getAllClients() 80 if (!mResourceTracker->getNonConflictingClients(resourceRequestInfo, clients)) { in getAllClients() 91 if (!clients.empty()) { in getAllClients() 103 return getCodecClients(reclimRequestInfo, clients); in getAllClients() 109 return mResourceTracker->getAllClients(resourceRequestInfo, clients); in getAllClients() 114 return !clients.empty(); in getAllClients() 119 std::vector<ClientInfo>& clients) { in getCodecClients() argument [all …]
|
H A D | ResourceManagerServiceNew.cpp | 252 std::vector<ClientInfo> clients; in getTargetClients() local 253 if (!mDefaultResourceModel->getAllClients(reclaimRequestInfo, clients)) { in getTargetClients() 254 if (clients.empty()) { in getTargetClients() 260 targetClients = std::move(clients); in getTargetClients() 263 getClientForResource_l(reclaimRequestInfo, clients, targetClients); in getTargetClients() 270 const std::vector<ClientInfo>& clients, in getClientForResource_l() argument 287 if (reclaimPolicy->getClients(reclaimRequestInfo, clients, targetClients)) { in getClientForResource_l() 307 std::vector<ClientInfo> clients; in getLowestPriorityBiggestClient_l() local 308 mDefaultResourceModel->getAllClients(reclaimRequestInfo, clients); in getLowestPriorityBiggestClient_l() 314 if (reclaimPolicy->getClients(reclaimRequestInfo, clients, targetClients)) { in getLowestPriorityBiggestClient_l() [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/1b/ |
D | 1b90ea8667f90de1cb083b38cc622bea851ef200 | 91 …es/packages/modules/AdServices/adservices/clients/adservices-clients/android_common/combined/adser… 92 …es/packages/modules/AdServices/adservices/clients/adservices-clients/android_common/combined/adser… 143 …clients/adservices-clients/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-srcs.li… 146 …to: "out/soong/.intermediates/packages/modules/AdServices/adservices/clients/adservices-clients/an… 150 …to: "out/soong/.intermediates/packages/modules/AdServices/adservices/clients/adservices-clients/an… 154 …to: "out/soong/.intermediates/packages/modules/AdServices/adservices/clients/adservices-clients/an… 158 …to: "out/soong/.intermediates/packages/modules/AdServices/adservices/clients/adservices-clients/an… 162 …to: "out/soong/.intermediates/packages/modules/AdServices/adservices/clients/adservices-clients/an… 166 …to: "out/soong/.intermediates/packages/modules/AdServices/adservices/clients/adservices-clients/an… 170 …file: "out/soong/.intermediates/packages/modules/AdServices/adservices/clients/adservices-clients/… [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | SubscriptionManager_test.cpp | 67 const std::list<sp<HalClient>>& clients) { in extractCallbacks() argument 69 for (const auto& c : clients) { in extractCallbacks() 110 auto clients = manager.getSubscribedClients(PROP1, SubscribeFlags::EVENTS_FROM_CAR); in TEST_F() local 112 ASSERT_ALL_EXISTS({cb1, cb2}, extractCallbacks(clients)); in TEST_F() 121 auto clients = manager.getSubscribedClients(toInt(VehicleProperty::AP_POWER_BOOTUP_REASON), in TEST_F() local 123 ASSERT_TRUE(clients.empty()); in TEST_F() 126 clients = manager.getSubscribedClients(PROP1, SubscribeFlags::EVENTS_FROM_ANDROID); in TEST_F() 127 ASSERT_TRUE(clients.empty()); in TEST_F() 135 auto clients = manager.getSubscribedClients(PROP1, SubscribeFlags::EVENTS_FROM_CAR); in TEST_F() local 136 ASSERT_EQ((size_t) 1, clients.size()); in TEST_F() [all …]
|
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/ |
H A D | minimal-ws-client-spam.c | 37 static struct client clients[200]; variable 68 i.pwsi = &clients[idx].wsi; in connect_client() 70 clients[idx].state = CLIENT_CONNECTING; in connect_client() 75 clients[idx].wsi = NULL; in connect_client() 76 clients[idx].state = CLIENT_IDLE; in connect_client() 96 clients[n].index = n; in callback_minimal_spam() 106 if (clients[n].wsi == wsi) { in callback_minimal_spam() 107 clients[n].wsi = NULL; in callback_minimal_spam() 108 clients[n].state = CLIENT_IDLE; in callback_minimal_spam() 142 if (clients[n].wsi == wsi) { in callback_minimal_spam() [all …]
|
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/ |
H A D | driver.cc | 237 static void FinishClients(const std::vector<ClientData>& clients, in FinishClients() argument 240 for (size_t i = 0, i_end = clients.size(); i < i_end; i++) { in FinishClients() 241 auto client = &clients[i]; in FinishClients() 252 const std::vector<ClientData>& clients, Histogram& merged_latencies, in ReceiveFinalStatusFromClients() argument 256 for (size_t i = 0, i_end = clients.size(); i < i_end; i++) { in ReceiveFinalStatusFromClients() 257 auto client = &clients[i]; in ReceiveFinalStatusFromClients() 282 static void ShutdownClients(const std::vector<ClientData>& clients, in ShutdownClients() argument 285 for (size_t i = 0, i_end = clients.size(); i < i_end; i++) { in ShutdownClients() 286 auto client = &clients[i]; in ShutdownClients() 485 std::vector<ClientData> clients(num_clients); in RunScenario() local [all …]
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogProcessHandler.java | 142 ArrayList<ClientInfo> clients = mClientMap.get(timeout); in dump() local 144 for (ClientInfo clientInfo : clients) { in dump() 171 ArrayList<ClientInfo> clients = mClientMap.get(timeout); in dumpProto() local 172 for (ClientInfo clientInfo : clients) { in dumpProto() 197 ArrayList<ClientInfo> clients = mClientMap.get(timeout); in registerClient() local 198 if (clients == null) { in registerClient() 203 for (int i = 0; i < clients.size(); i++) { in registerClient() 204 ClientInfo clientInfo = clients.get(i); in registerClient() 229 clients.add(clientInfo); in registerClient() 267 ArrayList<ClientInfo> clients = mClientMap.get(timeout); in removeFromClientMapsLocked() local [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareMetricsTest.java | 260 final SparseArray<WifiAwareClientState> clients = new SparseArray<>(); in testAttachSessionMetrics() local 266 clients.put(10, in testAttachSessionMetrics() 270 mDut.recordAttachSession(uid1, false, clients, 6, tag1); in testAttachSessionMetrics() 273 clients.put(11, in testAttachSessionMetrics() 277 mDut.recordAttachSession(uid1, false, clients, 6, tag1); in testAttachSessionMetrics() 280 clients.put(12, in testAttachSessionMetrics() 284 mDut.recordAttachSession(uid2, false, clients, 6, tag2); in testAttachSessionMetrics() 287 clients.put(13, in testAttachSessionMetrics() 291 mDut.recordAttachSession(uid2, true, clients, 6, tag2); in testAttachSessionMetrics() 295 mDut.recordAttachSessionDuration(clients.get(12).getCreationTime()); in testAttachSessionMetrics() [all …]
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | scenario.cc | 155 void Scenario::ChangeRoute(std::pair<CallClient*, CallClient*> clients, in ChangeRoute() argument 157 ChangeRoute(clients, over_nodes, DataSize::Bytes(PacketOverhead::kDefault)); in ChangeRoute() 160 void Scenario::ChangeRoute(std::pair<CallClient*, CallClient*> clients, in ChangeRoute() argument 164 uint16_t port = clients.second->Bind(route->to); in ChangeRoute() 166 clients.first->transport_->Connect(route->from, addr, overhead); in ChangeRoute() 217 std::pair<CallClient*, CallClient*> clients, in CreateVideoStream() argument 221 return CreateVideoStream(clients, config); in CreateVideoStream() 225 std::pair<CallClient*, CallClient*> clients, in CreateVideoStream() argument 228 new VideoStreamPair(clients.first, clients.second, config)); in CreateVideoStream() 233 std::pair<CallClient*, CallClient*> clients, in CreateAudioStream() argument [all …]
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
D | RenderOverlay.java | 46 private List<Renderer> clients; field in RenderOverlay 56 clients = new ArrayList<>(10); in RenderOverlay() 64 for (Renderer renderer : clients) { in getPieRenderer() 73 clients.add(renderer); in addRenderer() 82 clients.add(pos, renderer); in addRenderer() 88 clients.remove(renderer); in remove() 129 if (clients == null) { in onLayout() 132 for (Renderer renderer : clients) { in onLayout() 140 if (clients == null) { in draw() 144 for (Renderer renderer : clients) { in draw()
|
/aosp_15_r20/external/federated-compute/fcp/protos/federatedcompute/ |
H A D | secure_aggregations.proto | 43 // If clients have already received a `StartSecureAggregationResponse` 46 // response field to construct the URI for this request. Otherwise, clients 55 // participating clients. 61 // If the returned operation is not complete, clients should poll for status 68 // own noise_sk and prf_sk with all the other clients (encrypting shares for 76 // If the returned operation is not complete, clients should poll for status 83 // clients that did not successfully upload their results (and therefore are 90 // If the returned operation is not complete, clients should poll for status 116 // Note that HTTP clients set this value in the request URL instead of the 124 // Note that HTTP clients set this value in the request URL instead of the [all …]
|
/aosp_15_r20/system/libhidl/transport/ |
H A D | HidlLazyUtils.cpp | 46 Return<void> onClients(const sp<IBase>& service, bool clients) override; 52 bool clients = false; member 156 bool clients) { in onClients() argument 159 if (registered.clients == clients) { in onClients() 161 << registered.name << " had clients: " << registered.clients in onClients() 162 << " but hwservicemanager has notified has clients: " << clients; in onClients() 164 registered.clients = clients; in onClients() 168 if (registered.clients) numWithClients++; in onClients() 173 << "/" << registered.name << " has clients: " << clients; in onClients()
|
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsDiscoveryManager.java | 67 private final ArrayMap<Pair<String, SocketKey>, MdnsServiceTypeClient> clients = field in MdnsDiscoveryManager.PerSocketServiceTypeClients 75 clients.put(perSocketServiceType, client); in put() 84 return clients.getOrDefault(perSocketServiceType, null); in get() 90 for (int i = 0; i < clients.size(); i++) { in getByServiceType() 91 final Pair<String, SocketKey> perSocketServiceType = clients.keyAt(i); in getByServiceType() 93 list.add(clients.valueAt(i)); in getByServiceType() 101 for (int i = 0; i < clients.size(); i++) { in getBySocketKey() 102 final Pair<String, SocketKey> perSocketServiceType = clients.keyAt(i); in getBySocketKey() 104 list.add(clients.valueAt(i)); in getBySocketKey() 111 return new ArrayList<>(clients.values()); in getAllMdnsServiceTypeClient() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/proposals/ |
D | TP2-dynamically-generated-cacheable-xds-resources.md | 12 clients while at the same time preserving cacheability. Unlike the 26 resources for individual clients. One common case is where the 31 `RouteConfiguration` for clients based on the parameters they send. (See 97 It should be noted that caching xDS proxies, unlike "leaf" clients, will 99 proxy may be serving clients that need different variants of a given 114 on xDS servers, xDS clients, and xDS caching proxies. This provides a 191 in which each resource has an associated list of clients that are currently 194 and it will add the client to the list of clients currently subscribed to 196 in its database, it will send the update to all clients that are currently 198 resource, it is removed from the list of clients subscribed to that [all …]
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | LazyServiceRegistrar.cpp | 45 Status onClients(const sp<IBinder>& service, bool clients) override; 55 bool clients = false; member 246 Status ClientCounterCallbackImpl::onClients(const sp<IBinder>& service, bool clients) { in onClients() argument 249 if (registered.clients == clients) { in onClients() 251 "notified has clients: %d", name.c_str(), registered.clients, clients); in onClients() 253 registered.clients = clients; in onClients() 260 if (registered.clients) numWithClients++; in onClients() 266 mNumConnectedServices, mRegisteredServices.size(), name.c_str(), clients); in onClients()
|
/aosp_15_r20/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | technical_debt.cil | 8 ; Apps, except isolated apps, are clients of Allocator HAL 15 ; Apps, except isolated apps, are clients of OMX-related services 19 ; Apps, except isolated apps, are clients of Codec2-related services 23 ; Apps, except isolated apps, are clients of Drm-related services 27 ; Apps, except isolated apps, are clients of Configstore HAL 32 ; Apps, except isolated apps, are clients of Graphics Allocator HAL 37 ; Apps, except isolated apps, are clients of Cas HAL 42 ; Domains hosting Camera HAL implementations are clients of Allocator HAL 47 ; Apps, except isolated apps, are clients of Neuralnetworks HAL 62 ; Apps, except isolated apps, are clients of BufferHub HAL
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
D | ObservableFrameServer.java | 70 int clients = mClientCount.decrementAndGet(); in close() local 71 mAvailability.update(clients == 0); in close() 86 int clients = mClientCount.incrementAndGet(); in createExclusiveSession() local 87 mAvailability.update(clients == 0); in createExclusiveSession() 96 clients = mClientCount.decrementAndGet(); in createExclusiveSession() 97 mAvailability.update(clients == 0); in createExclusiveSession() 109 int clients = mClientCount.incrementAndGet(); in tryCreateExclusiveSession() local 110 mAvailability.update(clients == 0); in tryCreateExclusiveSession()
|