diff options
Diffstat (limited to 'libs/binder/BackendUnifiedServiceManager.h')
-rw-r--r-- | libs/binder/BackendUnifiedServiceManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/binder/BackendUnifiedServiceManager.h b/libs/binder/BackendUnifiedServiceManager.h index b46bf194a1..6a0d06a079 100644 --- a/libs/binder/BackendUnifiedServiceManager.h +++ b/libs/binder/BackendUnifiedServiceManager.h @@ -159,7 +159,8 @@ private: binder::Status toBinderService(const ::std::string& name, const os::Service& in, os::Service* _out); binder::Status updateCache(const std::string& serviceName, const os::Service& service); - binder::Status updateCache(const std::string& serviceName, const sp<IBinder>& binder); + binder::Status updateCache(const std::string& serviceName, const sp<IBinder>& binder, + bool isLazyService); bool returnIfCached(const std::string& serviceName, os::Service* _out); }; |