Searched defs:hasClients (Results 1 – 4 of 4) sorted by relevance
35 lazyRegistrar.setActiveServicesCallback([lazyRegistrar](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
32 lazyRegistrar.setActiveServicesCallback([lazyRegistrar](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
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