Searched defs:RotMgr (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayRotator.cpp107 //============RotMgr=========================
108 RotMgr * RotMgr::sRotMgr = NULL;
110 RotMgr* RotMgr::getInstance() {
112 sRotMgr = new RotMgr();
117 RotMgr::RotMgr() { function in class:overlay::RotMgr
125 RotMgr::~RotMgr() {
[all...]
H A DoverlayRotator.h96 friend class RotMgr;
211 class RotMgr { class in namespace:overlay
215 ~RotMgr();
229 static RotMgr *getInstance();
232 RotMgr();
233 static RotMgr *sRotMgr;
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayRotator.cpp108 //============RotMgr=========================
109 RotMgr * RotMgr::sRotMgr = NULL;
111 RotMgr* RotMgr::getInstance() {
113 sRotMgr = new RotMgr();
118 RotMgr::RotMgr() { function in class:overlay::RotMgr
126 RotMgr::~RotMgr() {
[all...]
H A DoverlayRotator.h101 friend class RotMgr;
220 class RotMgr { class in namespace:overlay
231 ~RotMgr();
245 static RotMgr *getInstance();
248 RotMgr();
249 static RotMgr *sRotMgr;
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayRotator.cpp111 //============RotMgr=========================
113 RotMgr::RotMgr() { function in class:overlay::RotMgr
121 RotMgr::~RotMgr() {
125 void RotMgr::configBegin() {
130 void RotMgr::configDone() {
140 Rotator* RotMgr::getNext() {
153 void RotMgr::clear() {
166 void RotMgr
[all...]
H A DoverlayRotator.h110 friend class RotMgr;
225 class RotMgr { class in namespace:overlay
230 RotMgr();
231 ~RotMgr();
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayRotator.cpp158 //============RotMgr=========================
159 RotMgr * RotMgr::sRotMgr = NULL;
161 RotMgr* RotMgr::getInstance() {
163 sRotMgr = new RotMgr();
168 RotMgr::RotMgr() { function in class:overlay::RotMgr
176 RotMgr::~RotMgr() {
[all...]
H A DoverlayRotator.h125 friend class RotMgr;
287 class RotMgr { class in namespace:overlay
294 ~RotMgr();
308 static RotMgr *getInstance();
311 RotMgr();
312 static RotMgr *sRotMgr;
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayRotator.cpp158 //============RotMgr=========================
159 RotMgr * RotMgr::sRotMgr = NULL;
161 RotMgr* RotMgr::getInstance() {
163 sRotMgr = new RotMgr();
168 RotMgr::RotMgr() { function in class:overlay::RotMgr
176 RotMgr::~RotMgr() {
[all...]
H A DoverlayRotator.h125 friend class RotMgr;
287 class RotMgr { class in namespace:overlay
294 ~RotMgr();
308 static RotMgr *getInstance();
311 RotMgr();
312 static RotMgr *sRotMgr;

Completed in 82 milliseconds