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

  /hardware/intel/img/hwcomposer/merrifield/common/observers/
SoftVsyncObserver.h 26 class SoftVsyncObserver {
28 SoftVsyncObserver(IDisplayDevice& disp);
29 virtual ~SoftVsyncObserver();
50 DECLARE_THREAD(VsyncEventPollThread, SoftVsyncObserver);
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...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
SoftVsyncObserver.h 26 class SoftVsyncObserver {
28 SoftVsyncObserver(IDisplayDevice& disp);
29 virtual ~SoftVsyncObserver();
50 DECLARE_THREAD(VsyncEventPollThread, SoftVsyncObserver);
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...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DummyDevice.h 25 class SoftVsyncObserver;
66 SoftVsyncObserver *mVsyncObserver;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DummyDevice.cpp 19 #include <common/observers/SoftVsyncObserver.h>
187 mVsyncObserver = new SoftVsyncObserver(*this);
  /hardware/intel/img/hwcomposer/merrifield/include/
VirtualDevice.h 38 class SoftVsyncObserver;
219 SoftVsyncObserver *mVsyncObserver;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/
Android.mk 53 common/observers/SoftVsyncObserver.cpp \
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
Android.mk 46 ../../common/observers/SoftVsyncObserver.cpp \
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk 46 ../../common/observers/SoftVsyncObserver.cpp \
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 21 #include <SoftVsyncObserver.h>
    [all...]

Completed in 361 milliseconds