Home
last modified time | relevance | path

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

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