Home
last modified time | relevance | path

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

/aosp12/system/hwservicemanager/
H A DHidlService.cpp155 sendClientCallbackNotifications(true); in forceHandleClientCallbacks()
164 sendClientCallbackNotifications(true); in forceHandleClientCallbacks()
172 sendClientCallbackNotifications(false); in forceHandleClientCallbacks()
226 void HidlService::sendClientCallbackNotifications(bool hasClients) { in sendClientCallbackNotifications() function in android::hidl::manager::implementation::HidlService
H A DHidlService.h102 void sendClientCallbackNotifications(bool hasClients);
/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp582 sendClientCallbackNotifications(serviceName, true); in handleServiceClientCallback()
593 sendClientCallbackNotifications(serviceName, true); in handleServiceClientCallback()
598 sendClientCallbackNotifications(serviceName, false); in handleServiceClientCallback()
605 void ServiceManager::sendClientCallbackNotifications(const std::string& serviceName, bool hasClient… in sendClientCallbackNotifications() function in android::ServiceManager
H A DServiceManager.h85 void sendClientCallbackNotifications(const std::string& serviceName, bool hasClients);