Home | History | Annotate | Download | only in rs

Lines Matching refs:ref

44     //ALOGV("~ObjectBase %p  ref %i,%i", this, mUserRefCount, mSysRefCount);
79 //ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount);
84 //ALOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount);
94 bool ObjectBase::checkDelete(const ObjectBase *ref) {
95 if (!ref) {
101 // the ref counts. At this point we should be the only thread
103 if (ref->mUserRefCount || ref->mSysRefCount) {
108 ref->remove();
111 ref->preDestroy();
113 delete ref;
120 //ALOGV("ObjectBase %p decU ref %i, %i", this, mUserRefCount, mSysRefCount);
137 //ALOGV("ObjectBase %p zeroU ref %i, %i", this, mUserRefCount, mSysRefCount);
146 //ALOGV("ObjectBase %p decS ref %i, %i", this, mUserRefCount, mSysRefCount);
246 // deleted ref to self and possibly others, restart from head.