Home
last modified time | relevance | path

Searched refs:SoftVsyncObserver (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DSoftVsyncObserver.cpp24 SoftVsyncObserver::SoftVsyncObserver(IDisplayDevice& disp) in SoftVsyncObserver() function in android::intel::SoftVsyncObserver
38 SoftVsyncObserver::~SoftVsyncObserver() in ~SoftVsyncObserver()
43 bool SoftVsyncObserver::initialize() in initialize()
63 void SoftVsyncObserver::deinitialize() in deinitialize()
80 void SoftVsyncObserver::setRefreshRate(int rate) in setRefreshRate()
91 bool SoftVsyncObserver::control(bool enabled) in control()
107 bool SoftVsyncObserver::threadLoop() in threadLoop()
DSoftVsyncObserver.h26 class SoftVsyncObserver {
28 SoftVsyncObserver(IDisplayDevice& disp);
29 virtual ~SoftVsyncObserver();
50 DECLARE_THREAD(VsyncEventPollThread, SoftVsyncObserver);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DSoftVsyncObserver.cpp28 SoftVsyncObserver::SoftVsyncObserver(IDisplayDevice& disp) in SoftVsyncObserver() function in android::intel::SoftVsyncObserver
42 SoftVsyncObserver::~SoftVsyncObserver() in ~SoftVsyncObserver()
47 bool SoftVsyncObserver::initialize() in initialize()
67 void SoftVsyncObserver::deinitialize() in deinitialize()
84 void SoftVsyncObserver::setRefreshRate(int rate) in setRefreshRate()
95 bool SoftVsyncObserver::control(bool enabled) in control()
111 bool SoftVsyncObserver::threadLoop() in threadLoop()
DSoftVsyncObserver.h26 class SoftVsyncObserver {
28 SoftVsyncObserver(IDisplayDevice& disp);
29 virtual ~SoftVsyncObserver();
50 DECLARE_THREAD(VsyncEventPollThread, SoftVsyncObserver);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DDummyDevice.h25 class SoftVsyncObserver; variable
66 SoftVsyncObserver *mVsyncObserver;
/hardware/intel/img/hwcomposer/merrifield/include/
DVirtualDevice.h38 class SoftVsyncObserver; variable
219 SoftVsyncObserver *mVsyncObserver;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DDummyDevice.cpp187 mVsyncObserver = new SoftVsyncObserver(*this); in initialize()
/hardware/intel/img/hwcomposer/moorefield_hdmi/
DAndroid.mk51 common/observers/SoftVsyncObserver.cpp \
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
DAndroid.mk43 ../../common/observers/SoftVsyncObserver.cpp \
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
DAndroid.mk43 ../../common/observers/SoftVsyncObserver.cpp \
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp2255 mVsyncObserver = new SoftVsyncObserver(*this); in queueCompose()