Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/objects/
DCOutputMix.c63 if (0 == outputMix->mObject.mStrongRefCount) { in COutputMix_PreDestroy()
89 outputMix->mObject.mStrongRefCount); in COutputMix_PreDestroy()
/frameworks/wilhelm/src/
Dsles.c91 ++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.h59 SLuint8 mStrongRefCount; // number of strong references to this object member
/frameworks/wilhelm/src/itf/
DIObject.c770 thiz->mStrongRefCount = 0; in IObject_init()