Home | History | Annotate | Download | only in observers

Lines Matching refs:SoftVsyncObserver

17 #include <common/observers/SoftVsyncObserver.h>
24 SoftVsyncObserver::SoftVsyncObserver(IDisplayDevice& disp)
38 SoftVsyncObserver::~SoftVsyncObserver()
43 bool SoftVsyncObserver::initialize()
58 mThread->run("SoftVsyncObserver", PRIORITY_URGENT_DISPLAY);
63 void SoftVsyncObserver::deinitialize()
80 void SoftVsyncObserver::setRefreshRate(int rate)
91 bool SoftVsyncObserver::control(bool enabled)
107 bool SoftVsyncObserver::threadLoop()