Home
last modified time | relevance | path

Searched refs:checkSubclass (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/binder/
DIBinder.h137 virtual bool checkSubclass(const void* subclassID) const;
/frameworks/native/libs/binder/
DBinder.cpp58 bool IBinder::checkSubclass(const void* /*subclassID*/) const in checkSubclass() function in android::IBinder
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp228 bool checkSubclass(const void* subclassID) const in checkSubclass() function in JavaBBinder
551 if (val->checkSubclass(&gBinderOffsets)) { in javaObjectForIBinder()