Loading libs/binder/include/binder/IServiceManager.h +2 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ public: * a system property, or in the case of services in the VINTF manifest, it can be checked * with isDeclared). */ [[deprecated("this polls for 5s, prefer waitForService or checkService")]] virtual sp<IBinder> getService(const String16& name) const = 0; /** Loading Loading
libs/binder/include/binder/IServiceManager.h +2 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ public: * a system property, or in the case of services in the VINTF manifest, it can be checked * with isDeclared). */ [[deprecated("this polls for 5s, prefer waitForService or checkService")]] virtual sp<IBinder> getService(const String16& name) const = 0; /** Loading