Searched refs:refCount (Results 1 – 7 of 7) sorted by relevance
35 i, ref->refCount, ref->recycled, ref->destroyed, ref->resourceType); in logCache()56 ref->refCount++; in incrementRefcount()86 ref->refCount--; in decrementRefcount()87 if (ref->refCount == 0) { in decrementRefcount()125 if (ref->refCount == 0) { in recycle()142 if (ref->refCount == 0) { in destructor()159 if (ref->refCount == 0) { in destructor()173 if (ref->refCount == 0) { in destructor()187 if (ref->refCount == 0) { in destructor()
41 ResourceReference() { refCount = 0; recycled = false; destroyed = false;} in ResourceReference()43 refCount = 0; recycled = false; destroyed = false; resourceType = type; in ResourceReference()46 int refCount; variable
221 mBatteryAudio.refCount = 0; in MediaPlayerService()1746 if (mBatteryAudio.refCount > 0) { // if playing audio in addBatteryData()1766 if (mBatteryAudio.refCount == 0) { in addBatteryData()1774 mBatteryAudio.refCount ++; in addBatteryData()1778 if (mBatteryAudio.refCount <= 0) { in addBatteryData()1785 if (mBatteryAudio.refCount == 1) { in addBatteryData()1795 mBatteryAudio.refCount --; in addBatteryData()1811 info.refCount = 0; in addBatteryData()1824 info.refCount ++; in addBatteryData()1828 info.refCount ++; in addBatteryData()[all …]
204 int refCount; member230 int refCount; // how many audio streams are being played member
712 if (entry->refCount == 1) { in synthesizeKeyRepeatLocked()732 entry->refCount += 1; in synthesizeKeyRepeatLocked()790 entry->refCount += 1; in dispatchKeyLocked()828 entry->refCount += 1; in dispatchKeyLocked()951 entry->injectionState->refCount += 1; in dispatchMotionLocked()2622 splitMotionEntry->injectionState->refCount += 1; in splitMotionEvent()3106 injectionState->refCount += 1; in injectInputEvent()4098 refCount(1), in InjectionState()4108 refCount -= 1; in release()4109 if (refCount == 0) { in release()[all …]
410 mutable int32_t refCount; member433 mutable int32_t refCount; member
992 int refCount = dcac.getRefCountSync(); in setupData() local993 if (DBG) log("setupData: init dc and apnContext refCount=" + refCount); in setupData()996 if (refCount == 0) { in setupData()