We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b9adab + 309f4d0 commit fd474d7Copy full SHA for fd474d7
1 file changed
libs/binder/include/binder/IBinder.h
@@ -102,6 +102,10 @@ class [[clang::lto_visibility_public]] LIBBINDER_EXPORTED IBinder : public virtu
102
*/
103
virtual const String16& getInterfaceDescriptor() const = 0;
104
105
+ /**
106
+ * Last known alive status, from last call. May be arbitrarily stale.
107
+ * May be incorrect if a service returns an incorrect status code.
108
+ */
109
virtual bool isBinderAlive() const = 0;
110
virtual status_t pingBinder() = 0;
111
virtual status_t dump(int fd, const Vector<String16>& args) = 0;
0 commit comments