HomeSort by relevance Sort by last modified time
    Searched defs:ObjectBase (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/
rsObjectBase.cpp 23 pthread_mutex_t ObjectBase::gObjectInitMutex = PTHREAD_MUTEX_INITIALIZER;
25 ObjectBase::ObjectBase(Context *rsc) {
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 %p incU ref %i, %i", this, mUserRefCount, mSysRefCount)
    [all...]
rsObjectBase.h 34 class ObjectBase {
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/
rsObjectBase.cpp 23 pthread_mutex_t ObjectBase::gObjectInitMutex = PTHREAD_MUTEX_INITIALIZER;
25 ObjectBase::ObjectBase(Context *rsc) {
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 %p incU ref %i, %i", this, mUserRefCount, mSysRefCount)
    [all...]
rsObjectBase.h 34 class ObjectBase {
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 55 milliseconds