OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrmConfig
(Results
1 - 9
of
9
) sorted by null
/hardware/intel/img/hwcomposer/ips/common/
DrmConfig.cpp
19
#include <
DrmConfig
.h>
25
const char*
DrmConfig
::getDrmPath()
30
uint32_t
DrmConfig
::getDrmConnector(int device)
39
uint32_t
DrmConfig
::getDrmEncoder(int device)
48
uint32_t
DrmConfig
::getFrameBufferFormat()
53
uint32_t
DrmConfig
::getFrameBufferDepth()
58
uint32_t
DrmConfig
::getFrameBufferBpp()
63
const char*
DrmConfig
::getUeventEnvelope()
68
const char*
DrmConfig
::getHotplugString()
73
const char*
DrmConfig
::getRepeatedFrameString(
[
all
...]
HdcpControl.cpp
17
#include <
DrmConfig
.h>
/hardware/intel/img/hwcomposer/include/
DrmConfig.h
22
class
DrmConfig
/hardware/intel/img/hwcomposer/common/devices/
PrimaryDevice.cpp
19
#include <
DrmConfig
.h>
ExternalDevice.cpp
19
#include <
DrmConfig
.h>
61
DrmConfig
::getHotplugString(),
/hardware/intel/img/hwcomposer/common/observers/
UeventObserver.cpp
23
#include <
DrmConfig
.h>
188
const char *envelope =
DrmConfig
::getUeventEnvelope();
/hardware/intel/img/hwcomposer/common/base/
Drm.cpp
20
#include <
DrmConfig
.h>
47
const char *path =
DrmConfig
::getDrmPath();
109
if (connector->connector_type !=
DrmConfig
::getDrmConnector(device)) {
147
if (encoder->encoder_type ==
DrmConfig
::getDrmEncoder(device)) {
655
DrmConfig
::getFrameBufferDepth(),
656
DrmConfig
::getFrameBufferBpp(),
/hardware/intel/img/hwcomposer/common/buffers/
BufferManager.cpp
20
#include <
DrmConfig
.h>
241
DrmConfig
::getFrameBufferFormat(),
/hardware/intel/img/hwcomposer/
Android.mk
64
ips/common/
DrmConfig
.cpp \
Completed in 756 milliseconds