diff options
| author | 2020-01-24 01:42:46 +0000 | |
|---|---|---|
| committer | 2020-01-24 01:42:46 +0000 | |
| commit | 14f9553634c412a23ef1bb8fc8c25652c23b386c (patch) | |
| tree | c686f49dd9ea3bee9b567afe7c46314918e12418 /cmds/servicemanager/ServiceManager.h | |
| parent | 9b3b0e0461f2f4895b7b3ef8c4899f62a75ded1d (diff) | |
| parent | 8b1d97c7560a72b9d9f80d79417db6ff90af73d8 (diff) | |
Merge "Dynamically stop services with multiple interfaces" am: 8b1d97c756
Change-Id: If1d069e8215eec3dec5b5b0cb826b7b2b2c41105
Diffstat (limited to 'cmds/servicemanager/ServiceManager.h')
| -rw-r--r-- | cmds/servicemanager/ServiceManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/servicemanager/ServiceManager.h b/cmds/servicemanager/ServiceManager.h index 77f52506b9..a2fc5a84c5 100644 --- a/cmds/servicemanager/ServiceManager.h +++ b/cmds/servicemanager/ServiceManager.h @@ -75,7 +75,7 @@ private: void removeRegistrationCallback(const wp<IBinder>& who, ServiceCallbackMap::iterator* it, bool* found); - ssize_t handleServiceClientCallback(const std::string& serviceName); + ssize_t handleServiceClientCallback(const std::string& serviceName, bool isCalledOnInterval); // Also updates mHasClients (of what the last callback was) void sendClientCallbackNotifications(const std::string& serviceName, bool hasClients); // removes a callback from mNameToClientCallback, deleting the entry if the vector is empty |