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

/frameworks/rs/
H A DrsObjectBase.cpp23 pthread_mutex_t ObjectBase::gObjectInitMutex = PTHREAD_MUTEX_INITIALIZER;
25 ObjectBase::ObjectBase(Context *rsc) { function in class:ObjectBase
38 //ALOGV("ObjectBase %p con", this);
41 ObjectBase::~ObjectBase() {
42 //ALOGV("~ObjectBase %p ref %i,%i", this, mUserRefCount, mSysRefCount);
61 void ObjectBase::dumpLOGV(const char *op) const {
71 void ObjectBase::incUserRef() const {
73 //ALOGV("ObjectBase
[all...]
H A DrsObjectBase.h34 class ObjectBase { class in namespace:android::renderscript
36 ObjectBase(Context *rsc);
45 static bool checkDelete(const ObjectBase *);
64 static bool isValid(const Context *rsc, const ObjectBase *obj);
77 virtual ~ObjectBase();
89 mutable const ObjectBase * mPrev;
90 mutable const ObjectBase * mNext;
/frameworks/support/renderscript/v8/rs_support/
H A DrsObjectBase.cpp23 pthread_mutex_t ObjectBase::gObjectInitMutex = PTHREAD_MUTEX_INITIALIZER;
25 ObjectBase::ObjectBase(Context *rsc) { function in class:ObjectBase
38 //ALOGV("ObjectBase %p con", this);
41 ObjectBase::~ObjectBase() {
42 //ALOGV("~ObjectBase %p ref %i,%i", this, mUserRefCount, mSysRefCount);
61 void ObjectBase::dumpLOGV(const char *op) const {
71 void ObjectBase::incUserRef() const {
73 //ALOGV("ObjectBase
[all...]
H A DrsObjectBase.h34 class ObjectBase { class in namespace:android::renderscript
36 ObjectBase(Context *rsc);
45 static bool checkDelete(const ObjectBase *);
64 static bool isValid(const Context *rsc, const ObjectBase *obj);
77 virtual ~ObjectBase();
89 mutable const ObjectBase * mPrev;
90 mutable const ObjectBase * mNext;

Completed in 325 milliseconds