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

  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 110 //============RotMgr=========================
112 RotMgr::RotMgr() {
120 RotMgr::~RotMgr() {
124 void RotMgr::configBegin() {
129 void RotMgr::configDone() {
139 Rotator* RotMgr::getNext() {
152 void RotMgr::clear() {
165 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 110 //============RotMgr=========================
112 RotMgr::RotMgr() {
120 RotMgr::~RotMgr() {
124 void RotMgr::configBegin() {
129 void RotMgr::configDone() {
139 Rotator* RotMgr::getNext() {
152 void RotMgr::clear() {
165 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/msm8x26/liboverlay/
overlayRotator.cpp 110 //============RotMgr=========================
112 RotMgr::RotMgr() {
120 RotMgr::~RotMgr() {
124 void RotMgr::configBegin() {
129 void RotMgr::configDone() {
139 Rotator* RotMgr::getNext() {
152 void RotMgr::clear() {
165 void RotMgr::getDump(char *buf, size_t len)
    [all...]
overlayRotator.h 109 friend class RotMgr;
220 class RotMgr {
225 RotMgr();
226 ~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/msm8x26/libhwcomposer/
hwc_utils.h 52 class RotMgr;
310 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 162 ctx->mRotMgr = new RotMgr();
168 ctx->mRotMgr = new RotMgr();
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 51 class RotMgr;
359 overlay::RotMgr *mRotMgr;
hwc_utils.cpp 134 ctx->mRotMgr = new RotMgr();
141 ctx->mRotMgr = new RotMgr();
    [all...]

Completed in 251 milliseconds