summaryrefslogtreecommitdiff
path: root/cmds/servicemanager/ServiceManager.h
diff options
context:
space:
mode:
author Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-01-24 01:42:46 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-01-24 01:42:46 +0000
commit14f9553634c412a23ef1bb8fc8c25652c23b386c (patch)
treec686f49dd9ea3bee9b567afe7c46314918e12418 /cmds/servicemanager/ServiceManager.h
parent9b3b0e0461f2f4895b7b3ef8c4899f62a75ded1d (diff)
parent8b1d97c7560a72b9d9f80d79417db6ff90af73d8 (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.h2
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