Home
last modified time | relevance | path

Searched defs:hasClients (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test_server.cpp35 lazyRegistrar.setActiveServicesCallback([lazyRegistrar](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
Dhidl_lazy_cb_test_server.cpp45 lazyRegistrar.setActiveServicesCallback([lazyRegistrar, this](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
/system/tools/aidl/tests/lazy_test/
DLazyTestServiceCb.cpp27 lazyRegistrar.setActiveServicesCallback([lazyRegistrar, this](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
Dserver.cpp52 lazyRegistrar.setActiveServicesCallback([](bool hasClients) mutable -> bool { in setupQuitterServer()
/system/hwservicemanager/
DHidlService.cpp150 bool hasClients = (size_t)count > knownClientCount; in forceHandleClientCallbacks() local
226 void HidlService::sendClientCallbackNotifications(bool hasClients) { in sendClientCallbackNotifications()
240 …HidlService::sendClientCallbackNotification(const sp<IClientCallback>& callback, bool hasClients) { in sendClientCallbackNotification()
/system/libhidl/transport/
DHidlLazyUtils.cpp177 bool hasClients = numWithClients != 0; in onClients() local