OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatfExternalDevice
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
PlatfExternalDevice.cpp
17
#include <platforms/merrifield_plus/
PlatfExternalDevice
.h>
26
PlatfExternalDevice
::
PlatfExternalDevice
(uint32_t disp, Hwcomposer& hwc,
33
PlatfExternalDevice
::~
PlatfExternalDevice
()
38
IVsyncControl*
PlatfExternalDevice
::createVsyncControl()
43
IBlankControl*
PlatfExternalDevice
::createBlankControl()
48
IHdcpControl*
PlatfExternalDevice
::createHdcpControl()
PlatfExternalDevice.h
24
class
PlatfExternalDevice
: public ExternalDevice {
26
PlatfExternalDevice
(uint32_t disp, Hwcomposer& hwc,
28
virtual ~
PlatfExternalDevice
();
PlatfHwcomposer.cpp
23
#include <platforms/merrifield_plus/
PlatfExternalDevice
.h>
62
return new
PlatfExternalDevice
((uint32_t)disp, *this, dpm);
71
return new
PlatfExternalDevice
((uint32_t)disp, *this, dpm);
/hardware/intel/img/hwcomposer/moorefield_hdmi/
Android.mk
90
platforms/merrifield_plus/
PlatfExternalDevice
.cpp \
Completed in 84 milliseconds