HomeSort by relevance Sort by last modified time
    Searched refs:mStrongRefCount (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/src/objects/
COutputMix.c 63 if (0 == outputMix->mObject.mStrongRefCount) {
89 outputMix->mObject.mStrongRefCount);
  /frameworks/wilhelm/src/
sles.c 91 ++object->mStrongRefCount;
110 assert(0 < object->mStrongRefCount);
111 if ((0 == --object->mStrongRefCount) && (SL_OBJECT_STATE_DESTROYING == object->mState)) {
itfstruct.h 56 SLuint8 mStrongRefCount; // number of strong references to this object
  /frameworks/wilhelm/src/itf/
IObject.c 770 thiz->mStrongRefCount = 0;

Completed in 42 milliseconds