Home | History | Annotate | Download | only in liboverlay

Lines Matching defs:RotMgr

158 //============RotMgr=========================
159 RotMgr * RotMgr::sRotMgr = NULL;
161 RotMgr* RotMgr::getInstance() {
163 sRotMgr = new RotMgr();
168 RotMgr::RotMgr() {
176 RotMgr::~RotMgr() {
180 void RotMgr::configBegin() {
185 void RotMgr::configDone() {
195 Rotator* RotMgr::getNext() {
208 void RotMgr::clear() {
221 void RotMgr::getDump(char *buf, size_t len) {
232 int RotMgr::getRotDevFd() {