Home
last modified time | relevance | path

Searched refs:IVsyncControl (Results 1 – 17 of 17) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DIVsyncControl.h22 class IVsyncControl {
24 IVsyncControl() {}; in IVsyncControl() function
25 virtual ~IVsyncControl() {}; in ~IVsyncControl()
DPrimaryDevice.h40 virtual IVsyncControl* createVsyncControl() = 0;
DPhysicalDevice.h76 virtual IVsyncControl* createVsyncControl() = 0;
/hardware/intel/img/hwcomposer/merrifield/include/
DIVsyncControl.h22 class IVsyncControl {
24 IVsyncControl() {}; in IVsyncControl() function
25 virtual ~IVsyncControl() {}; in ~IVsyncControl()
DPhysicalDevice.h37 virtual IVsyncControl* createVsyncControl() = 0;
88 IVsyncControl* createVsyncControl() {return mControlFactory->createVsyncControl();} in createVsyncControl()
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
DPlatfPrimaryDevice.h32 IVsyncControl* createVsyncControl();
DPlatfPrimaryDevice.cpp37 IVsyncControl* PlatfPrimaryDevice::createVsyncControl() in createVsyncControl()
DPlatfExternalDevice.h31 IVsyncControl* createVsyncControl();
DPlatfExternalDevice.cpp38 IVsyncControl* PlatfExternalDevice::createVsyncControl() in createVsyncControl()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DVsyncControl.h24 class VsyncControl : public IVsyncControl {
DVsyncControl.cpp25 : IVsyncControl(), in VsyncControl()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DVsyncControl.h24 class VsyncControl : public IVsyncControl {
DVsyncControl.cpp25 : IVsyncControl(), in VsyncControl()
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DVsyncEventObserver.h41 IVsyncControl *mVsyncControl;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DVsyncEventObserver.h41 IVsyncControl *mVsyncControl;
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
DPlatFactory.cpp67 virtual IVsyncControl* createVsyncControl() {return new VsyncControl();} in createDisplayDevice()
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
DPlatFactory.cpp67 virtual IVsyncControl* createVsyncControl() {return new VsyncControl();} in createDisplayDevice()