Home | History | Annotate | Download | only in liboverlay

Lines Matching defs:RotMgr

107 //============RotMgr=========================
108 RotMgr * RotMgr::sRotMgr = NULL;
110 RotMgr* RotMgr::getInstance() {
112 sRotMgr = new RotMgr();
117 RotMgr::RotMgr() {
125 RotMgr::~RotMgr() {
129 void RotMgr::configBegin() {
134 void RotMgr::configDone() {
144 Rotator* RotMgr::getNext() {
157 void RotMgr::clear() {
170 void RotMgr::getDump(char *buf, size_t len) {
181 int RotMgr::getRotDevFd() {