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

  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.cpp 121 mUseCount = 0;
131 mUseCount = 0;
136 for(int i = mUseCount; i < MAX_ROT_SESS; i++) {
147 if(mUseCount >= MAX_ROT_SESS) {
150 if(mRot[mUseCount] == NULL)
151 mRot[mUseCount] = overlay::Rotator::getRotator();
152 rot = mRot[mUseCount++];
165 mUseCount = 0;
overlayRotator.h 221 void markUnusedTop(const uint32_t& count) { mUseCount -= count; }
227 int getNumActiveSessions() { return mUseCount; }
236 uint32_t mUseCount;
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.cpp 122 mUseCount = 0;
132 mUseCount = 0;
137 for(int i = mUseCount; i < MAX_ROT_SESS; i++) {
148 if(mUseCount >= MAX_ROT_SESS) {
151 if(mRot[mUseCount] == NULL)
152 mRot[mUseCount] = overlay::Rotator::getRotator();
153 rot = mRot[mUseCount++];
166 mUseCount = 0;
overlayRotator.h 233 void markUnusedTop(const uint32_t& count) { mUseCount -= count; }
239 int getNumActiveSessions() { return mUseCount; }
248 uint32_t mUseCount;
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 117 mUseCount = 0;
127 mUseCount = 0;
132 for(int i = mUseCount; i < MAX_ROT_SESS; i++) {
143 if(mUseCount >= MAX_ROT_SESS) {
146 if(mRot[mUseCount] == NULL)
147 mRot[mUseCount] = overlay::Rotator::getRotator();
148 rot = mRot[mUseCount++];
161 mUseCount = 0;
overlayRotator.h 243 int mUseCount;
  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.cpp 117 mUseCount = 0;
127 mUseCount = 0;
132 for(int i = mUseCount; i < MAX_ROT_SESS; i++) {
143 if(mUseCount >= MAX_ROT_SESS) {
146 if(mRot[mUseCount] == NULL)
147 mRot[mUseCount] = overlay::Rotator::getRotator();
148 rot = mRot[mUseCount++];
161 mUseCount = 0;
overlayRotator.h 243 int mUseCount;

Completed in 193 milliseconds