Lines Matching refs:mActiveClientManager
1169 auto clientDescriptor = mActiveClientManager.get(cameraId); in injectSessionParams()
1883 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); in finishConnectLocked()
1925 auto current = mActiveClientManager.get(cameraId); in handleEvictionsLocked()
1967 std::vector<int> ownerPids(mActiveClientManager.getAllOwners()); in handleEvictionsLocked()
1989 mActiveClientManager.updatePriorities(pidToPriorityMap); in handleEvictionsLocked()
2006 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); in handleEvictionsLocked()
2017 mActiveClientManager.getIncompatibleClients(clientDescriptor); in handleEvictionsLocked()
2041 auto current = mActiveClientManager.get(cameraId); in handleEvictionsLocked()
2057 mActiveClientManager.remove(i); in handleEvictionsLocked()
2099 ret = mActiveClientManager.waitUntilRemoved(i, DEFAULT_DISCONNECT_TIMEOUT_NS); in handleEvictionsLocked()
2103 mActiveClientManager.toString().c_str()); in handleEvictionsLocked()
2109 ret, mActiveClientManager.toString().c_str()); in handleEvictionsLocked()
2722 auto clientDescriptor = mActiveClientManager.get(mInjectionInternalCamId); in connectHelper()
2764 auto onlineClientDesc = mActiveClientManager.get(cameraId); in addOfflineClient()
2787 auto incompatibleClients = mActiveClientManager.getIncompatibleClients(offlineClientDesc); in addOfflineClient()
2801 auto evicted = mActiveClientManager.addAndEvict(offlineClientDesc); in addOfflineClient()
3239 const auto clients = mActiveClientManager.getAll(); in notifyDisplayConfigurationChange()
3667 auto clientDescriptor = mActiveClientManager.get(mInjectionInternalCamId); in injectCamera()
3701 for (auto& i : mActiveClientManager.getAll()) { in removeByClient()
3705 mActiveClientManager.remove(i); in removeByClient()
3719 for (auto& i : mActiveClientManager.getAll()) { in evictClientIdByRemote()
3723 mActiveClientManager.remove(i); in evictClientIdByRemote()
3727 mActiveClientManager.remove(i); in evictClientIdByRemote()
3773 auto clientDescriptorPtr = mActiveClientManager.remove(cameraId); in removeClientLocked()
3814 for (auto& i : mActiveClientManager.getAll()) { in doUserSwitch()
5274 auto clientDescriptor = parent->mActiveClientManager.get(parent->mInjectionInternalCamId); in binderDied()
5297 auto clientDescriptor = parent->mActiveClientManager.get(parent->mInjectionInternalCamId); in stopInjection()
5342 auto clientDescriptor = mActiveClientManager.get(cameraId); in cacheDump()
5384 std::string activeClientString = mActiveClientManager.toString(); in dump()
5423 auto clientDescriptor = mActiveClientManager.get(cameraId); in dump()
5514 auto clientDescriptor = mActiveClientManager.get(cameraId); in dumpOpenSessionClientLogs()
5874 const auto clients = mActiveClientManager.getAll(); in blockClientsForUid()
5886 const auto clients = mActiveClientManager.getAll(); in blockAllClients()
5898 const auto clients = mActiveClientManager.getAll(); in blockPrivacyEnabledClients()
6033 const auto clients = mActiveClientManager.getAll(); in handleSetRotateAndCrop()
6061 const auto clients = mActiveClientManager.getAll(); in handleSetAutoframing()
6083 const auto clients = mActiveClientManager.getAll(); in handleSetCameraServiceWatchdog()
6140 const auto clients = mActiveClientManager.getAll(); in handleSetCameraMute()
6205 const auto clients = mActiveClientManager.getAll(); in handleSetZoomOverride()
6273 auto cameraClients = mActiveClientManager.getAll(); in startWatchingTags()
6299 auto cameraClients = mActiveClientManager.getAll(); in stopWatchingTags()
6328 for (const auto &clientDescriptor: mActiveClientManager.getAll()) { in printWatchedTags()
6495 auto cameraClients = mActiveClientManager.getAll(); in printWatchedTagsUntilInterrupt()
6598 for (const auto& i : mActiveClientManager.getAll()) { in updateAudioRestrictionLocked()