Home
last modified time | relevance | path

Searched defs:createVsyncControl (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
DPlatfPrimaryDevice.cpp37 IVsyncControl* PlatfPrimaryDevice::createVsyncControl() in createVsyncControl() function in android::intel::PlatfPrimaryDevice
DPlatfExternalDevice.cpp38 IVsyncControl* PlatfExternalDevice::createVsyncControl() in createVsyncControl() function in android::intel::PlatfExternalDevice
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
DPlatFactory.cpp67 virtual IVsyncControl* createVsyncControl() {return new VsyncControl();} in createDisplayDevice() function in android::intel::PlatFactory::createDisplayDevice::PlatDeviceControlFactory
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
DPlatFactory.cpp67 virtual IVsyncControl* createVsyncControl() {return new VsyncControl();} in createDisplayDevice() function in android::intel::PlatFactory::createDisplayDevice::PlatDeviceControlFactory
/hardware/intel/img/hwcomposer/merrifield/include/
DPhysicalDevice.h88 IVsyncControl* createVsyncControl() {return mControlFactory->createVsyncControl();} in createVsyncControl() function