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

  /frameworks/rs/
rsObjectBase.cpp 27 mUserRefCount = 0;
49 ALOGV("ObjectBase destroyed %p refs %i %i", this, mUserRefCount, mSysRefCount);
72 rsAssert(!mUserRefCount);
79 op, this, mName, mUserRefCount, mSysRefCount, mNext, mPrev, mRSC);
82 op, this, mUserRefCount, mSysRefCount, mNext, mPrev, mRSC);
87 __sync_fetch_and_add(&mUserRefCount, 1);
89 ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount);
96 ALOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount);
116 if (ref->mUserRefCount || ref->mSysRefCount) {
131 rsAssert(mUserRefCount > 0)
    [all...]
rsObjectBase.h 92 mutable int32_t mUserRefCount;

Completed in 447 milliseconds