HomeSort by relevance Sort by last modified time
    Searched refs:RotMgr (Results 1 - 17 of 17) 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 {
227 ~RotMgr();
241 static RotMgr *getInstance();
244 RotMgr();
245 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/msm8974/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/msm8960/libhwcomposer/
hwc_utils.h 52 class RotMgr;
310 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 201 ctx->mRotMgr = new RotMgr();
207 ctx->mRotMgr = new RotMgr();
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 51 class RotMgr;
363 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 134 ctx->mRotMgr = new RotMgr();
141 ctx->mRotMgr = new RotMgr();
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 54 class RotMgr;
504 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 192 ctx->mRotMgr = RotMgr::getInstance();
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 55 class RotMgr;
535 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 199 ctx->mRotMgr = RotMgr::getInstance();
    [all...]
hwc_mdpcomp.cpp     [all...]

Completed in 8977 milliseconds