diff options
| author | 2020-01-25 16:05:10 -0800 | |
|---|---|---|
| committer | 2020-01-25 16:05:10 -0800 | |
| commit | af05567b2cfb41b51a4f988c7adb9a0773d72519 (patch) | |
| tree | 2e06b7e2d875ed2772faacd7204123da7f0a9653 /cmds/servicemanager/ServiceManager.h | |
| parent | b4931c59dd31bc06ed6b2e2937e2077cdb8a0adb (diff) | |
| parent | 37f70cc1029e8e984e60f485db59d6e6889cbb1b (diff) | |
Revert "Dynamically stop services with multiple interfaces"
am: 37f70cc102
Change-Id: I2abcb3d8142e4e089069afa7bc4647169a7f7149
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 a2fc5a84c5..77f52506b9 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, bool isCalledOnInterval); + ssize_t handleServiceClientCallback(const std::string& serviceName); // 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 |