/frameworks/native/libs/binder/ |
D | LazyServiceRegistrar.cpp | 48 Status onClients(const sp<IBinder>& service, bool clients) override; 58 bool clients = false; member 243 Status ClientCounterCallbackImpl::onClients(const sp<IBinder>& service, bool clients) { in onClients() argument 246 if (registered.clients == clients) { in onClients() 248 "notified has clients: %d", name.c_str(), registered.clients, clients); in onClients() 250 registered.clients = clients; in onClients() 257 if (registered.clients) numWithClients++; in onClients() 263 mNumConnectedServices, mRegisteredServices.size(), name.c_str(), clients); in onClients()
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerService.cpp | 588 Vector<std::shared_ptr<IResourceManagerClient>> *clients) { in getClientForResource_l() argument 594 clients->push_back(client); in getClientForResource_l() 607 Vector<std::shared_ptr<IResourceManagerClient>> clients; in reclaimResource() local 636 if (!getAllClients_l(callingPid, MediaResource::Type::kSecureCodec, &clients)) { in reclaimResource() 641 if (!getAllClients_l(callingPid, MediaResource::Type::kNonSecureCodec, &clients)) { in reclaimResource() 648 if (!getAllClients_l(callingPid, MediaResource::Type::kSecureCodec, &clients)) { in reclaimResource() 654 getClientForResource_l(callingPid, drmSession, &clients); in reclaimResource() 655 if (clients.size() == 0) { in reclaimResource() 660 if (clients.size() == 0) { in reclaimResource() 662 getClientForResource_l(callingPid, graphicMemory, &clients); in reclaimResource() [all …]
|
D | ResourceManagerService.h | 136 const Vector<std::shared_ptr<IResourceManagerClient>> &clients); 142 Vector<std::shared_ptr<IResourceManagerClient>> *clients); 165 Vector<std::shared_ptr<IResourceManagerClient>> *clients);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IntRangeManager.java | 463 ArrayList<ClientRange> clients = range.mClients; in disableRange() local 466 int crLength = clients.size(); in disableRange() 468 ClientRange cr = clients.get(0); in disableRange() 496 ClientRange cr = clients.get(crIndex); in disableRange() 503 clients.remove(crIndex); in disableRange() 507 clients.remove(crIndex); in disableRange() 512 clients.add(crIndex, cr); in disableRange() 530 int nextStartId = clients.get(1).mStartId; in disableRange() 536 largestEndId = clients.get(1).mEndId; in disableRange() 547 ClientRange nextCr = clients.get(nextIndex); in disableRange()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioInputDescriptor.cpp | 397 RecordClientVector clients; in getClientsForSession() local 400 clients.push_back(client); in getClientsForSession() 403 return clients; in getClientsForSession() 409 RecordClientVector clients; in clientsList() local 414 clients.push_back(client); in clientsList() 417 return clients; in clientsList() 435 RecordClientVector clients = getClientsForSession((audio_session_t)effect->mSession); in trackEffectEnabled() local 438 for (const auto& client : clients) { in trackEffectEnabled() 468 RecordClientVector clients = clientsList(false /*activeOnly*/); in setAppState() local 471 for (const auto& client : clients) { in setAppState()
|
D | AudioOutputDescriptor.cpp | 229 TrackClientVector clients; in clientsList() local 235 clients.push_back(client); in clientsList() 238 return clients; in clientsList()
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | types.hal | 26 MAX_CLIENT, // Buffer cannot have more clients 46 * in the handle may be exposed by ll-ndk clients but in a format that is
|
/frameworks/hardware/interfaces/stats/aidl/test_client/ |
D | README | 2 it would be called from other clients.
|
D | Android.bp | 17 // it would be called from other clients.
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 5 library which provides build-time APIs to the unbundled clients. 20 break clients of the library because they cannot see the internal platform classes.
|
/frameworks/hardware/interfaces/stats/1.0/test_client/ |
D | README | 2 it would be called from other clients.
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 7 which provides build-time APIs to the unbundled clients. 22 break clients of the library because they cannot see the internal platform classes.
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 94 - Single-threaded clients receive events in the correct order in the same 96 - Multi-threaded clients receive events in the correct order but in 97 different threads; it is the clients' responsibility to deal with
|
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerService_test.cpp | 389 Vector<std::shared_ptr<IResourceManagerClient> > clients; in testGetAllClients() local 390 EXPECT_FALSE(mService->getAllClients_l(kLowPriorityPid, type, &clients)); in testGetAllClients() 393 EXPECT_FALSE(mService->getAllClients_l(kMidPriorityPid, type, &clients)); in testGetAllClients() 394 EXPECT_TRUE(mService->getAllClients_l(kHighPriorityPid, type, &clients)); in testGetAllClients() 396 EXPECT_EQ(2u, clients.size()); in testGetAllClients() 398 EXPECT_EQ(mTestClient3, clients[0]); in testGetAllClients() 399 EXPECT_EQ(mTestClient1, clients[1]); in testGetAllClients()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HotspotControllerImpl.java | 283 public void onConnectedClientsChanged(List<WifiClient> clients) { in onConnectedClientsChanged() argument 284 mNumConnectedDevices = clients.size(); in onConnectedClientsChanged()
|
/frameworks/opt/setupwizard/library/ |
D | standalone-rules.gradle | 17 // For standalone project clients, since the source may not be available, we fetch the
|
D | rules.gradle | 63 // For standalone project clients, since the source may not be available, we
|
/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.cpp | 664 int clients = handleServiceClientCallback(name, false); in tryUnregisterService() local 671 if (clients < 0 || clients > 2) { in tryUnregisterService() 673 LOG(INFO) << "Tried to unregister " << name << ", but there are clients: " << clients; in tryUnregisterService()
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 11 break clients of the library because they cannot see the internal platform classes.
|
/frameworks/base/core/proto/android/view/inputmethod/ |
D | inputmethodeditortrace.proto | 34 * Represents a file full of trace entries for clients that use InputMethod. 55 /* One dump entry for clients that use InputMethod. */
|
/frameworks/base/location/lib/ |
D | README.txt | 11 (or by extending them via inheritance). This would break clients of the
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | CameraStreamer.java | 142 Set<FrameClient> clients = mContextClients.get(context); in clientsForContext() local 143 if (clients == null) { in clientsForContext() 144 clients = new HashSet<FrameClient>(); in clientsForContext() 145 mContextClients.put(context, clients); in clientsForContext() 147 return clients; in clientsForContext()
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.h | 117 const std::string &clients, const std::string &clientCmdlines) const;
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 20 * IStats is an interface that allows clients to report specific hardware
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerServiceImpl.java | 1426 final RemoteCallbackList<IAutoFillManagerClient> clients; in sendStateToClients() local 1432 clients = mClients; in sendStateToClients() 1433 userClientCount = clients.beginBroadcast(); in sendStateToClients() 1437 final IAutoFillManagerClient client = clients.getBroadcastItem(i); in sendStateToClients() 1467 clients.finishBroadcast(); in sendStateToClients()
|