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

  /frameworks/rs/
rsObjectBase.cpp 24 pthread_mutex_t ObjectBase::gObjectInitMutex = PTHREAD_MUTEX_INITIALIZER;
26 ObjectBase::ObjectBase(Context *rsc) {
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 %p incU ref %i, %i", this, mUserRefCount, mSysRefCount)
    [all...]
rsObjectBase.h 31 class ObjectBase {
38 ObjectBase(Context *rsc); // NOLINT, implicit
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 61 milliseconds