Searched defs:ObjectBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsObjectBase.cpp24 pthread_mutex_t ObjectBase::gObjectInitMutex = PTHREAD_MUTEX_INITIALIZER;
26 ObjectBase::ObjectBase(Context *rsc) { function in class:ObjectBase
43 ALOGV("ObjectBase constructed %p", this);
47 ObjectBase::~ObjectBase() {
49 ALOGV("ObjectBase destroyed %p refs %i %i", this, mUserRefCount, mSysRefCount);
76 void ObjectBase::dumpLOGV(const char *op) const {
86 void ObjectBase::incUserRef() const {
89 ALOGV("ObjectBase
[all...]
H A DrsObjectBase.h31 class ObjectBase { class in namespace:android::renderscript
38 ObjectBase(Context *rsc);
47 static bool checkDelete(const ObjectBase *);
67 static bool isValid(const Context *rsc, const ObjectBase *obj);
82 virtual ~ObjectBase();
94 mutable const ObjectBase * mPrev;
95 mutable const ObjectBase * mNext;

Completed in 663 milliseconds