OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createVsyncControl
(Results
1 - 11
of
11
) sorted by null
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
PlatfExternalDevice.h
31
IVsyncControl*
createVsyncControl
();
PlatfPrimaryDevice.h
32
IVsyncControl*
createVsyncControl
();
PlatfExternalDevice.cpp
38
IVsyncControl* PlatfExternalDevice::
createVsyncControl
()
PlatfPrimaryDevice.cpp
37
IVsyncControl* PlatfPrimaryDevice::
createVsyncControl
()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
PrimaryDevice.h
40
virtual IVsyncControl*
createVsyncControl
() = 0;
PhysicalDevice.h
76
virtual IVsyncControl*
createVsyncControl
() = 0;
/hardware/intel/img/hwcomposer/merrifield/include/
PhysicalDevice.h
37
virtual IVsyncControl*
createVsyncControl
() = 0;
89
IVsyncControl*
createVsyncControl
() {return mControlFactory->
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/common/observers/
VsyncEventObserver.cpp
52
mVsyncControl = mDisplayDevice.
createVsyncControl
();
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
VsyncEventObserver.cpp
51
mVsyncControl = mDisplayDevice.
createVsyncControl
();
Completed in 62 milliseconds