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

/system/media/opensles/libopensles/
H A DCOutputMix.c63 if (0 == outputMix->mObject.mStrongRefCount) {
89 outputMix->mObject.mStrongRefCount);
H A Dsles.c84 ++object->mStrongRefCount;
103 assert(0 < object->mStrongRefCount);
104 if ((0 == --object->mStrongRefCount) && (SL_OBJECT_STATE_DESTROYING == object->mState)) {
H A DIObject.c747 this->mStrongRefCount = 0;
H A Dsles_allinclusive.h308 SLuint8 mStrongRefCount; // number of strong references to this object member in struct:Object_interface

Completed in 64 milliseconds