Home
last modified time | relevance | path

Searched refs:mUseCount (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
DoverlayRotator.cpp121 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()
DoverlayRotator.h221 void markUnusedTop(const uint32_t& count) { mUseCount -= count; } in markUnusedTop()
227 int getNumActiveSessions() { return mUseCount; } in getNumActiveSessions()
236 uint32_t mUseCount; variable
/hardware/qcom/display/msm8226/liboverlay/
DoverlayRotator.cpp122 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()
DoverlayRotator.h237 void markUnusedTop(const uint32_t& count) { mUseCount -= count; } in markUnusedTop()
243 int getNumActiveSessions() { return mUseCount; } in getNumActiveSessions()
252 uint32_t mUseCount; variable
/hardware/qcom/display/msm8960/liboverlay/
DoverlayRotator.cpp117 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()
DoverlayRotator.h243 int mUseCount; variable
/hardware/qcom/display/msm8994/liboverlay/
DoverlayRotator.cpp172 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()
DoverlayRotator.h300 void markUnusedTop(const uint32_t& count) { mUseCount -= count; } in markUnusedTop()
306 int getNumActiveSessions() { return mUseCount; } in getNumActiveSessions()
315 uint32_t mUseCount; variable