Home
last modified time | relevance | path

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

/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()