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

  /hardware/intel/img/hwcomposer/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>
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/include/
DummyDevice.h 25 class SoftVsyncObserver;
66 SoftVsyncObserver *mVsyncObserver;
  /hardware/intel/img/hwcomposer/common/devices/
DummyDevice.cpp 19 #include <common/observers/SoftVsyncObserver.h>
187 mVsyncObserver = new SoftVsyncObserver(*this);
  /hardware/intel/img/hwcomposer/
Android.mk 48 common/observers/SoftVsyncObserver.cpp \

Completed in 5011 milliseconds