HomeSort by relevance Sort by last modified time
    Searched defs:SoftVsyncObserver (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/common/observers/
SoftVsyncObserver.cpp 17 #include <SoftVsyncObserver.h>
28 SoftVsyncObserver::SoftVsyncObserver(IDisplayDevice& disp)
42 SoftVsyncObserver::~SoftVsyncObserver()
47 bool SoftVsyncObserver::initialize()
62 mThread->run("SoftVsyncObserver", PRIORITY_URGENT_DISPLAY);
67 void SoftVsyncObserver::deinitialize()
84 void SoftVsyncObserver::setRefreshRate(int rate)
95 bool SoftVsyncObserver::control(bool enabled
    [all...]
SoftVsyncObserver.h 26 class SoftVsyncObserver {
28 SoftVsyncObserver(IDisplayDevice& disp);
29 virtual ~SoftVsyncObserver();
50 DECLARE_THREAD(VsyncEventPollThread, SoftVsyncObserver);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
SoftVsyncObserver.cpp 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
    [all...]
SoftVsyncObserver.h 26 class SoftVsyncObserver {
28 SoftVsyncObserver(IDisplayDevice& disp);
29 virtual ~SoftVsyncObserver();
50 DECLARE_THREAD(VsyncEventPollThread, SoftVsyncObserver);

Completed in 196 milliseconds