Searched defs:hasClients (Results 1 – 6 of 6) sorted by relevance
35 lazyRegistrar.setActiveServicesCallback([lazyRegistrar](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
45 lazyRegistrar.setActiveServicesCallback([lazyRegistrar, this](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
27 lazyRegistrar.setActiveServicesCallback([lazyRegistrar, this](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
52 lazyRegistrar.setActiveServicesCallback([](bool hasClients) mutable -> bool { in setupQuitterServer()
150 bool hasClients = (size_t)count > knownClientCount; in forceHandleClientCallbacks() local226 void HidlService::sendClientCallbackNotifications(bool hasClients) { in sendClientCallbackNotifications()240 …HidlService::sendClientCallbackNotification(const sp<IClientCallback>& callback, bool hasClients) { in sendClientCallbackNotification()
177 bool hasClients = numWithClients != 0; in onClients() local