OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createVsyncControl
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
PlatfPrimaryDevice.cpp
37
IVsyncControl* PlatfPrimaryDevice::
createVsyncControl
()
PlatfExternalDevice.cpp
38
IVsyncControl* PlatfExternalDevice::
createVsyncControl
()
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
PlatFactory.cpp
67
virtual IVsyncControl*
createVsyncControl
() {return new VsyncControl();}
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
PlatFactory.cpp
67
virtual IVsyncControl*
createVsyncControl
() {return new VsyncControl();}
/hardware/intel/img/hwcomposer/merrifield/include/
PhysicalDevice.h
37
virtual IVsyncControl*
createVsyncControl
() = 0;
89
IVsyncControl*
createVsyncControl
() {return mControlFactory->
createVsyncControl
();}
Completed in 48 milliseconds