Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/aidl/android/os/
DIClientCallback.aidl38 void onClients(IBinder registered, boolean hasClients); in onClients()
/frameworks/native/cmds/servicemanager/
DServiceManager.h61 bool hasClients = false; // notifications sent on true -> false. member
DServiceManager.cpp464 bool hasClients = count > 1; // this process holds a strong count in handleServiceClientCallback() local
492 … ServiceManager::sendClientCallbackNotifications(const std::string& serviceName, bool hasClients) { in sendClientCallbackNotifications()