Home
last modified time | relevance | path

Searched refs:RotMgr (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
DoverlayRotator.cpp109 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 …]
DoverlayRotator.h101 friend class RotMgr; variable
220 class RotMgr {
231 ~RotMgr();
245 static RotMgr *getInstance();
248 RotMgr();
249 static RotMgr *sRotMgr;
/hardware/qcom/display/msm8084/liboverlay/
DoverlayRotator.cpp108 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 …]
DoverlayRotator.h96 friend class RotMgr; variable
211 class RotMgr {
215 ~RotMgr();
229 static RotMgr *getInstance();
232 RotMgr();
233 static RotMgr *sRotMgr;
/hardware/qcom/display/msm8994/liboverlay/
DoverlayRotator.cpp159 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 …]
DoverlayRotator.h125 friend class RotMgr; variable
287 class RotMgr {
294 ~RotMgr();
308 static RotMgr *getInstance();
311 RotMgr();
312 static RotMgr *sRotMgr;
/hardware/qcom/display/msm8909/liboverlay/
DoverlayRotator.cpp159 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 …]
DoverlayRotator.h125 friend class RotMgr; variable
287 class RotMgr {
294 ~RotMgr();
308 static RotMgr *getInstance();
311 RotMgr();
312 static RotMgr *sRotMgr;
/hardware/qcom/display/msm8960/liboverlay/
DoverlayRotator.cpp113 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()
DoverlayRotator.h110 friend class RotMgr; variable
225 class RotMgr {
230 RotMgr();
231 ~RotMgr();
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.h67 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;
Dhwc_utils.cpp328 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()
Dhwc_mdpcomp.cpp1862 if(rotCount > RotMgr::MAX_ROT_SESS) { in resourceCheck()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h61 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;
Dhwc_utils.cpp304 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()
Dhwc_mdpcomp.cpp1895 if(rotCount > RotMgr::MAX_ROT_SESS) { in resourceCheck()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h52 class RotMgr; variable
310 overlay::RotMgr *mRotMgr;
Dhwc_utils.cpp200 ctx->mRotMgr = new RotMgr(); in initContext()
206 ctx->mRotMgr = new RotMgr(); in initContext()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h54 class RotMgr; variable
506 overlay::RotMgr *mRotMgr;
Dhwc_utils.cpp192 ctx->mRotMgr = RotMgr::getInstance(); in initContext()
2211 RotMgr::getInstance()->markUnusedTop(mCount); in clear()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h55 class RotMgr; variable
539 overlay::RotMgr *mRotMgr;
Dhwc_utils.cpp199 ctx->mRotMgr = RotMgr::getInstance(); in initContext()
2222 RotMgr::getInstance()->markUnusedTop(mCount); in clear()
Dhwc_mdpcomp.cpp1565 if(rotCount > RotMgr::MAX_ROT_SESS) { in resourceCheck()