OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IVsyncControl
(Results
1 - 18
of
18
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/include/
IVsyncControl.h
22
class
IVsyncControl
{
24
IVsyncControl
() {};
25
virtual ~
IVsyncControl
() {};
PrimaryDevice.h
20
#include <
IVsyncControl
.h>
PhysicalDevice.h
20
#include <
IVsyncControl
.h>
37
virtual
IVsyncControl
* createVsyncControl() = 0;
89
IVsyncControl
* createVsyncControl() {return mControlFactory->createVsyncControl();}
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IVsyncControl.h
22
class
IVsyncControl
{
24
IVsyncControl
() {};
25
virtual ~
IVsyncControl
() {};
PrimaryDevice.h
20
#include <
IVsyncControl
.h>
40
virtual
IVsyncControl
* createVsyncControl() = 0;
PhysicalDevice.h
20
#include <
IVsyncControl
.h>
76
virtual
IVsyncControl
* createVsyncControl() = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
VsyncControl.h
19
#include <
IVsyncControl
.h>
24
class VsyncControl : public
IVsyncControl
{
VsyncControl.cpp
25
:
IVsyncControl
(),
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VsyncControl.h
19
#include <
IVsyncControl
.h>
24
class VsyncControl : public
IVsyncControl
{
VsyncControl.cpp
25
:
IVsyncControl
(),
/hardware/intel/img/hwcomposer/merrifield/common/observers/
VsyncEventObserver.h
20
#include <
IVsyncControl
.h>
41
IVsyncControl
*mVsyncControl;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
VsyncEventObserver.h
20
#include <
IVsyncControl
.h>
41
IVsyncControl
*mVsyncControl;
/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/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();}
Completed in 100 milliseconds