Lines Matching refs:ALOGV
43 ALOGV("ObjectBase constructed %p", this); in ObjectBase()
49 ALOGV("ObjectBase destroyed %p refs %i %i", this, mUserRefCount, mSysRefCount); in ~ObjectBase()
78 ALOGV("%s RSobj %p, name %s, refs %i,%i links %p,%p,%p", in dumpLOGV()
81 ALOGV("%s RSobj %p, no-name, refs %i,%i links %p,%p,%p", in dumpLOGV()
89 ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount); in incUserRef()
96 ALOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount); in incSysRef()
133 ALOGV("ObjectBase %p decU ref %i, %i", this, mUserRefCount, mSysRefCount); in decUserRef()
151 ALOGV("ObjectBase %p zeroU ref %i, %i", this, mUserRefCount, mSysRefCount); in zeroUserRef()
163 ALOGV("ObjectBase %p decS ref %i, %i", this, mUserRefCount, mSysRefCount); in decSysRef()
231 ALOGV("Forcing release of all outstanding user refs."); in zeroAllUserRef()
249 ALOGV("Objects remaining."); in zeroAllUserRef()
256 ALOGV("Forcing release of all child objects."); in freeAllChildren()
271 ALOGV("Objects remaining."); in freeAllChildren()
279 ALOGV("Dumping all objects"); in dumpAll()
282 ALOGV(" Object %p", o); in dumpAll()