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

/frameworks/wilhelm/src/objects/
H A DCOutputMix.c63 if (0 == outputMix->mObject.mStrongRefCount) {
89 outputMix->mObject.mStrongRefCount);
/frameworks/wilhelm/src/
H A Dsles.c91 ++object->mStrongRefCount;
110 assert(0 < object->mStrongRefCount);
111 if ((0 == --object->mStrongRefCount) && (SL_OBJECT_STATE_DESTROYING == object->mState)) {
H A Ditfstruct.h56 SLuint8 mStrongRefCount; // number of strong references to this object member in struct:Object_interface
/frameworks/wilhelm/src/itf/
H A DIObject.c770 thiz->mStrongRefCount = 0;

Completed in 50 milliseconds