/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayRotator.cpp | 109 RotMgr * RotMgr::sRotMgr = NULL; 111 RotMgr* RotMgr::getInstance() { in getInstance() 113 sRotMgr = new RotMgr(); in getInstance() 118 RotMgr::RotMgr() { in RotMgr() function in overlay::RotMgr 126 RotMgr::~RotMgr() { in ~RotMgr() 130 void RotMgr::configBegin() { in configBegin() 135 void RotMgr::configDone() { in configDone() 145 Rotator* RotMgr::getNext() { in getNext() 158 void RotMgr::clear() { in clear() 171 void RotMgr::getDump(char *buf, size_t len) { in getDump() [all …]
|
D | overlayRotator.h | 101 friend class RotMgr; variable 220 class RotMgr { 231 ~RotMgr(); 245 static RotMgr *getInstance(); 248 RotMgr(); 249 static RotMgr *sRotMgr;
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayRotator.cpp | 108 RotMgr * RotMgr::sRotMgr = NULL; 110 RotMgr* RotMgr::getInstance() { in getInstance() 112 sRotMgr = new RotMgr(); in getInstance() 117 RotMgr::RotMgr() { in RotMgr() function in overlay::RotMgr 125 RotMgr::~RotMgr() { in ~RotMgr() 129 void RotMgr::configBegin() { in configBegin() 134 void RotMgr::configDone() { in configDone() 144 Rotator* RotMgr::getNext() { in getNext() 157 void RotMgr::clear() { in clear() 170 void RotMgr::getDump(char *buf, size_t len) { in getDump() [all …]
|
D | overlayRotator.h | 96 friend class RotMgr; variable 211 class RotMgr { 215 ~RotMgr(); 229 static RotMgr *getInstance(); 232 RotMgr(); 233 static RotMgr *sRotMgr;
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayRotator.cpp | 159 RotMgr * RotMgr::sRotMgr = NULL; 161 RotMgr* RotMgr::getInstance() { in getInstance() 163 sRotMgr = new RotMgr(); in getInstance() 168 RotMgr::RotMgr() { in RotMgr() function in overlay::RotMgr 176 RotMgr::~RotMgr() { in ~RotMgr() 180 void RotMgr::configBegin() { in configBegin() 185 void RotMgr::configDone() { in configDone() 195 Rotator* RotMgr::getNext() { in getNext() 208 void RotMgr::clear() { in clear() 221 void RotMgr::getDump(char *buf, size_t len) { in getDump() [all …]
|
D | overlayRotator.h | 125 friend class RotMgr; variable 287 class RotMgr { 294 ~RotMgr(); 308 static RotMgr *getInstance(); 311 RotMgr(); 312 static RotMgr *sRotMgr;
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayRotator.cpp | 159 RotMgr * RotMgr::sRotMgr = NULL; 161 RotMgr* RotMgr::getInstance() { in getInstance() 163 sRotMgr = new RotMgr(); in getInstance() 168 RotMgr::RotMgr() { in RotMgr() function in overlay::RotMgr 176 RotMgr::~RotMgr() { in ~RotMgr() 180 void RotMgr::configBegin() { in configBegin() 185 void RotMgr::configDone() { in configDone() 195 Rotator* RotMgr::getNext() { in getNext() 208 void RotMgr::clear() { in clear() 221 void RotMgr::getDump(char *buf, size_t len) { in getDump() [all …]
|
D | overlayRotator.h | 125 friend class RotMgr; variable 287 class RotMgr { 294 ~RotMgr(); 308 static RotMgr *getInstance(); 311 RotMgr(); 312 static RotMgr *sRotMgr;
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayRotator.cpp | 113 RotMgr::RotMgr() { in RotMgr() function in overlay::RotMgr 121 RotMgr::~RotMgr() { in ~RotMgr() 125 void RotMgr::configBegin() { in configBegin() 130 void RotMgr::configDone() { in configDone() 140 Rotator* RotMgr::getNext() { in getNext() 153 void RotMgr::clear() { in clear() 166 void RotMgr::getDump(char *buf, size_t len) { in getDump() 177 int RotMgr::getRotDevFd() { in getRotDevFd()
|
D | overlayRotator.h | 110 friend class RotMgr; variable 225 class RotMgr { 230 RotMgr(); 231 ~RotMgr();
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_utils.h | 67 class RotMgr; variable 232 hwc_layer_1_t* mLayer[overlay::RotMgr::MAX_ROT_SESS]; 233 overlay::Rotator* mRot[overlay::RotMgr::MAX_ROT_SESS]; 597 overlay::RotMgr *mRotMgr;
|
D | hwc_utils.cpp | 328 ctx->mRotMgr = RotMgr::getInstance(); in initContext() 2656 if(mCount >= RotMgr::MAX_ROT_SESS) return; in add() 2663 for (int i = 0; i < RotMgr::MAX_ROT_SESS; i++) { in reset() 2671 RotMgr::getInstance()->markUnusedTop(mCount); in clear()
|
D | hwc_mdpcomp.cpp | 1862 if(rotCount > RotMgr::MAX_ROT_SESS) { in resourceCheck()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.h | 61 class RotMgr; variable 228 hwc_layer_1_t* mLayer[overlay::RotMgr::MAX_ROT_SESS]; 229 overlay::Rotator* mRot[overlay::RotMgr::MAX_ROT_SESS]; 614 overlay::RotMgr *mRotMgr;
|
D | hwc_utils.cpp | 304 ctx->mRotMgr = RotMgr::getInstance(); in initContext() 2583 if(mCount >= RotMgr::MAX_ROT_SESS) return; in add() 2590 for (int i = 0; i < RotMgr::MAX_ROT_SESS; i++) { in reset() 2598 RotMgr::getInstance()->markUnusedTop(mCount); in clear()
|
D | hwc_mdpcomp.cpp | 1895 if(rotCount > RotMgr::MAX_ROT_SESS) { in resourceCheck()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.h | 52 class RotMgr; variable 310 overlay::RotMgr *mRotMgr;
|
D | hwc_utils.cpp | 200 ctx->mRotMgr = new RotMgr(); in initContext() 206 ctx->mRotMgr = new RotMgr(); in initContext()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 54 class RotMgr; variable 506 overlay::RotMgr *mRotMgr;
|
D | hwc_utils.cpp | 192 ctx->mRotMgr = RotMgr::getInstance(); in initContext() 2211 RotMgr::getInstance()->markUnusedTop(mCount); in clear()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.h | 55 class RotMgr; variable 539 overlay::RotMgr *mRotMgr;
|
D | hwc_utils.cpp | 199 ctx->mRotMgr = RotMgr::getInstance(); in initContext() 2222 RotMgr::getInstance()->markUnusedTop(mCount); in clear()
|
D | hwc_mdpcomp.cpp | 1565 if(rotCount > RotMgr::MAX_ROT_SESS) { in resourceCheck()
|