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

  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.cpp 107 //============RotMgr=========================
108 RotMgr * RotMgr::sRotMgr = NULL;
110 RotMgr* RotMgr::getInstance() {
112 sRotMgr = new RotMgr();
117 RotMgr::RotMgr() {
125 RotMgr::~RotMgr() {
    [all...]
overlayRotator.h 96 friend class RotMgr;
211 class RotMgr {
215 ~RotMgr();
229 static RotMgr *getInstance();
232 RotMgr();
233 static RotMgr *sRotMgr;
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.cpp 108 //============RotMgr=========================
109 RotMgr * RotMgr::sRotMgr = NULL;
111 RotMgr* RotMgr::getInstance() {
113 sRotMgr = new RotMgr();
118 RotMgr::RotMgr() {
126 RotMgr::~RotMgr() {
    [all...]
overlayRotator.h 101 friend class RotMgr;
220 class RotMgr {
231 ~RotMgr();
245 static RotMgr *getInstance();
248 RotMgr();
249 static RotMgr *sRotMgr;
  /hardware/qcom/display/msm8909/liboverlay/
overlayRotator.cpp 158 //============RotMgr=========================
159 RotMgr * RotMgr::sRotMgr = NULL;
161 RotMgr* RotMgr::getInstance() {
163 sRotMgr = new RotMgr();
168 RotMgr::RotMgr() {
176 RotMgr::~RotMgr() {
    [all...]
overlayRotator.h 125 friend class RotMgr;
287 class RotMgr {
294 ~RotMgr();
308 static RotMgr *getInstance();
311 RotMgr();
312 static RotMgr *sRotMgr;
  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.cpp 158 //============RotMgr=========================
159 RotMgr * RotMgr::sRotMgr = NULL;
161 RotMgr* RotMgr::getInstance() {
163 sRotMgr = new RotMgr();
168 RotMgr::RotMgr() {
176 RotMgr::~RotMgr() {
    [all...]
overlayRotator.h 125 friend class RotMgr;
287 class RotMgr {
294 ~RotMgr();
308 static RotMgr *getInstance();
311 RotMgr();
312 static RotMgr *sRotMgr;
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 111 //============RotMgr=========================
113 RotMgr::RotMgr() {
121 RotMgr::~RotMgr() {
125 void RotMgr::configBegin() {
130 void RotMgr::configDone() {
140 Rotator* RotMgr::getNext() {
153 void RotMgr::clear() {
166 void RotMgr::getDump(char *buf, size_t len)
    [all...]
overlayRotator.h 110 friend class RotMgr;
225 class RotMgr {
230 RotMgr();
231 ~RotMgr();
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.h 67 class RotMgr;
232 hwc_layer_1_t* mLayer[overlay::RotMgr::MAX_ROT_SESS];
233 overlay::Rotator* mRot[overlay::RotMgr::MAX_ROT_SESS];
597 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 328 ctx->mRotMgr = RotMgr::getInstance();
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 61 class RotMgr;
228 hwc_layer_1_t* mLayer[overlay::RotMgr::MAX_ROT_SESS];
229 overlay::Rotator* mRot[overlay::RotMgr::MAX_ROT_SESS];
614 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 304 ctx->mRotMgr = RotMgr::getInstance();
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 52 class RotMgr;
310 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 200 ctx->mRotMgr = new RotMgr();
206 ctx->mRotMgr = new RotMgr();
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 54 class RotMgr;
506 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 192 ctx->mRotMgr = RotMgr::getInstance();
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 55 class RotMgr;
539 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 199 ctx->mRotMgr = RotMgr::getInstance();
    [all...]
hwc_mdpcomp.cpp     [all...]

Completed in 1683 milliseconds