Home
last modified time | relevance | path

Searched refs:mStrongRefCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/objects/
DCOutputMix.cpp63 if (0 == outputMix->mObject.mStrongRefCount) { in COutputMix_PreDestroy()
89 outputMix->mObject.mStrongRefCount); in COutputMix_PreDestroy()
/frameworks/wilhelm/src/
Dsles.cpp91 ++object->mStrongRefCount; in AcquireStrongRef()
110 assert(0 < object->mStrongRefCount); in ReleaseStrongRefAndUnlockExclusive()
111 if ((0 == --object->mStrongRefCount) && (SL_OBJECT_STATE_DESTROYING == object->mState)) { in ReleaseStrongRefAndUnlockExclusive()
Ditfstruct.h58 SLuint8 mStrongRefCount; // number of strong references to this object member
/frameworks/wilhelm/src/itf/
DIObject.cpp770 thiz->mStrongRefCount = 0; in IObject_init()