Searched refs:mUserRefCount (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/renderscript/v8/rs_support/
H A DrsObjectBase.cpp26 mUserRefCount = 0;
42 //ALOGV("~ObjectBase %p ref %i,%i", this, mUserRefCount, mSysRefCount);
57 rsAssert(!mUserRefCount);
64 op, this, mName.string(), mUserRefCount, mSysRefCount, mNext, mPrev, mRSC);
67 op, this, mUserRefCount, mSysRefCount, mNext, mPrev, mRSC);
72 android_atomic_inc(&mUserRefCount);
73 //ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount);
78 //ALOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount);
97 if (ref->mUserRefCount || ref->mSysRefCount) {
112 rsAssert(mUserRefCount >
[all...]
H A DrsObjectBase.h87 mutable int32_t mUserRefCount; member in class:android::renderscript::ObjectBase
/frameworks/rs/
H A DrsObjectBase.cpp26 mUserRefCount = 0;
42 //ALOGV("~ObjectBase %p ref %i,%i", this, mUserRefCount, mSysRefCount);
57 rsAssert(!mUserRefCount);
64 op, this, mName.string(), mUserRefCount, mSysRefCount, mNext, mPrev, mRSC);
67 op, this, mUserRefCount, mSysRefCount, mNext, mPrev, mRSC);
72 android_atomic_inc(&mUserRefCount);
73 //ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount);
78 //ALOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount);
97 if (ref->mUserRefCount || ref->mSysRefCount) {
112 rsAssert(mUserRefCount >
[all...]
H A DrsObjectBase.h87 mutable int32_t mUserRefCount; member in class:android::renderscript::ObjectBase

Completed in 247 milliseconds