Searched refs:VsyncControl (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
H A DVsyncControl.h24 class VsyncControl : public IVsyncControl { class in namespace:android::intel
26 VsyncControl();
27 virtual ~VsyncControl();
H A DVsyncControl.cpp19 #include <ips/common/VsyncControl.h>
24 VsyncControl::VsyncControl() function in class:android::intel::VsyncControl
30 VsyncControl::~VsyncControl()
35 bool VsyncControl::initialize()
41 void VsyncControl::deinitialize()
46 bool VsyncControl::control(int disp, bool enabled)
65 bool VsyncControl::wait(int disp, int64_t& timestamp)
/hardware/intel/img/hwcomposer/platforms/merrifield_plus/
H A DPlatfPrimaryDevice.cpp18 #include <ips/common/VsyncControl.h>
39 return new VsyncControl();
H A DPlatfExternalDevice.cpp18 #include <ips/common/VsyncControl.h>
40 return new VsyncControl();
/hardware/intel/img/hwcomposer/
H A DAndroid.mk57 ips/common/VsyncControl.cpp \

Completed in 78 milliseconds