Home
last modified time | relevance | path

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

/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test_server.cpp35 lazyRegistrar.setActiveServicesCallback([lazyRegistrar](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
/system/tools/aidl/tests/lazy_test/
DLazyTestService.cpp32 lazyRegistrar.setActiveServicesCallback([lazyRegistrar](bool hasClients) mutable -> bool { in setCustomActiveServicesCallback()
/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