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

  /frameworks/rs/
rsObjectBase.cpp 23 pthread_mutex_t ObjectBase::gObjectInitMutex = PTHREAD_MUTEX_INITIALIZER;
25 ObjectBase::ObjectBase(Context *rsc) {
40 //ALOGV("ObjectBase %p con", this);
43 ObjectBase::~ObjectBase() {
44 //ALOGE("~ObjectBase %p ref %i,%i", this, mUserRefCount, mSysRefCount);
67 void ObjectBase::dumpLOGV(const char *op) const {
77 void ObjectBase::incUserRef() const {
79 //ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount)
    [all...]
rsObjectBase.h 31 class ObjectBase {
33 ObjectBase(Context *rsc);
42 static bool checkDelete(const ObjectBase *);
62 static bool isValid(const Context *rsc, const ObjectBase *obj);
77 virtual ~ObjectBase();
89 mutable const ObjectBase * mPrev;
90 mutable const ObjectBase * mNext;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsObjectBase.h 31 class ObjectBase {
33 ObjectBase(Context *rsc);
42 static bool checkDelete(const ObjectBase *);
62 static bool isValid(const Context *rsc, const ObjectBase *obj);
75 virtual ~ObjectBase();
87 mutable const ObjectBase * mPrev;
88 mutable const ObjectBase * mNext;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsObjectBase.h 31 class ObjectBase {
33 ObjectBase(Context *rsc);
42 static bool checkDelete(const ObjectBase *);
62 static bool isValid(const Context *rsc, const ObjectBase *obj);
75 virtual ~ObjectBase();
87 mutable const ObjectBase * mPrev;
88 mutable const ObjectBase * mNext;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsObjectBase.h 31 class ObjectBase {
33 ObjectBase(Context *rsc);
42 static bool checkDelete(const ObjectBase *);
62 static bool isValid(const Context *rsc, const ObjectBase *obj);
75 virtual ~ObjectBase();
87 mutable const ObjectBase * mPrev;
88 mutable const ObjectBase * mNext;

Completed in 172 milliseconds