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

  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.cpp 108 RotMgr * RotMgr::sRotMgr = NULL;
111 if(sRotMgr == NULL) {
112 sRotMgr = new RotMgr();
114 return sRotMgr;
overlayRotator.h 233 static RotMgr *sRotMgr;
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.cpp 109 RotMgr * RotMgr::sRotMgr = NULL;
112 if(sRotMgr == NULL) {
113 sRotMgr = new RotMgr();
115 return sRotMgr;
overlayRotator.h 249 static RotMgr *sRotMgr;
  /hardware/qcom/display/msm8909/liboverlay/
overlayRotator.cpp 159 RotMgr * RotMgr::sRotMgr = NULL;
162 if(sRotMgr == NULL) {
163 sRotMgr = new RotMgr();
165 return sRotMgr;
overlayRotator.h 312 static RotMgr *sRotMgr;
  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.cpp 159 RotMgr * RotMgr::sRotMgr = NULL;
162 if(sRotMgr == NULL) {
163 sRotMgr = new RotMgr();
165 return sRotMgr;
overlayRotator.h 312 static RotMgr *sRotMgr;

Completed in 888 milliseconds