Home | History | Annotate | Download | only in liboverlay

Lines Matching defs:RotMgr

108 //============RotMgr=========================
109 RotMgr * RotMgr::sRotMgr = NULL;
111 RotMgr* RotMgr::getInstance() {
113 sRotMgr = new RotMgr();
118 RotMgr::RotMgr() {
126 RotMgr::~RotMgr() {
130 void RotMgr::configBegin() {
135 void RotMgr::configDone() {
145 Rotator* RotMgr::getNext() {
158 void RotMgr::clear() {
171 void RotMgr::getDump(char *buf, size_t len) {
182 int RotMgr::getRotDevFd() {