Searched defs:hasClients (Results 1 – 3 of 3) sorted by relevance
38 void onClients(IBinder registered, boolean hasClients); in onClients()
61 bool hasClients = false; // notifications sent on true -> false. member
464 bool hasClients = count > 1; // this process holds a strong count in handleServiceClientCallback() local492 … ServiceManager::sendClientCallbackNotifications(const std::string& serviceName, bool hasClients) { in sendClientCallbackNotifications()