Searched refs:mUseCount (Results 1 – 8 of 8) sorted by relevance
121 mUseCount = 0; in RotMgr()131 mUseCount = 0; in configBegin()136 for(int i = mUseCount; i < MAX_ROT_SESS; i++) { in configDone()147 if(mUseCount >= MAX_ROT_SESS) { in getNext()150 if(mRot[mUseCount] == NULL) in getNext()151 mRot[mUseCount] = overlay::Rotator::getRotator(); in getNext()152 rot = mRot[mUseCount++]; in getNext()165 mUseCount = 0; in clear()
221 void markUnusedTop(const uint32_t& count) { mUseCount -= count; } in markUnusedTop()227 int getNumActiveSessions() { return mUseCount; } in getNumActiveSessions()236 uint32_t mUseCount; variable
122 mUseCount = 0; in RotMgr()132 mUseCount = 0; in configBegin()137 for(int i = mUseCount; i < MAX_ROT_SESS; i++) { in configDone()148 if(mUseCount >= MAX_ROT_SESS) { in getNext()151 if(mRot[mUseCount] == NULL) in getNext()152 mRot[mUseCount] = overlay::Rotator::getRotator(); in getNext()153 rot = mRot[mUseCount++]; in getNext()166 mUseCount = 0; in clear()
237 void markUnusedTop(const uint32_t& count) { mUseCount -= count; } in markUnusedTop()243 int getNumActiveSessions() { return mUseCount; } in getNumActiveSessions()252 uint32_t mUseCount; variable
117 mUseCount = 0; in RotMgr()127 mUseCount = 0; in configBegin()132 for(int i = mUseCount; i < MAX_ROT_SESS; i++) { in configDone()143 if(mUseCount >= MAX_ROT_SESS) { in getNext()146 if(mRot[mUseCount] == NULL) in getNext()147 mRot[mUseCount] = overlay::Rotator::getRotator(); in getNext()148 rot = mRot[mUseCount++]; in getNext()161 mUseCount = 0; in clear()
243 int mUseCount; variable
172 mUseCount = 0; in RotMgr()182 mUseCount = 0; in configBegin()187 for(int i = mUseCount; i < MAX_ROT_SESS; i++) { in configDone()198 if(mUseCount >= MAX_ROT_SESS) { in getNext()201 if(mRot[mUseCount] == NULL) in getNext()202 mRot[mUseCount] = overlay::Rotator::getRotator(); in getNext()203 rot = mRot[mUseCount++]; in getNext()216 mUseCount = 0; in clear()
300 void markUnusedTop(const uint32_t& count) { mUseCount -= count; } in markUnusedTop()306 int getNumActiveSessions() { return mUseCount; } in getNumActiveSessions()315 uint32_t mUseCount; variable