Home
last modified time | relevance | path

Searched refs:hasKernelReportedClients (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp994 bool hasKernelReportedClients = static_cast<size_t>(count) > knownClients; in handleServiceClientCallback() local
997 if (!service.hasClients && !hasKernelReportedClients) { in handleServiceClientCallback()
1008 if (hasKernelReportedClients && !service.hasClients) { in handleServiceClientCallback()
1014 if (!hasKernelReportedClients && service.hasClients) { in handleServiceClientCallback()