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

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VsyncControl.h 24 class VsyncControl : public IVsyncControl {
26 VsyncControl();
27 virtual ~VsyncControl();
VsyncControl.cpp 19 #include <common/VsyncControl.h>
24 VsyncControl::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/moorefield_hdmi/ips/common/
VsyncControl.h 24 class VsyncControl : public IVsyncControl {
26 VsyncControl();
27 virtual ~VsyncControl();
VsyncControl.cpp 19 #include <ips/common/VsyncControl.h>
24 VsyncControl::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)

Completed in 1022 milliseconds