OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExternalDisplay
(Results
1 - 12
of
12
) sorted by null
/hardware/qcom/display/msm8084/libexternal/
external.h
39
class
ExternalDisplay
42
ExternalDisplay
(hwc_context_t* ctx);
43
~
ExternalDisplay
();
external.cpp
49
int
ExternalDisplay
::configure() {
72
void
ExternalDisplay
::getAttributes(int& width, int& height) {
77
int
ExternalDisplay
::teardown() {
85
ExternalDisplay
::
ExternalDisplay
(hwc_context_t* ctx):mFd(-1),
115
void
ExternalDisplay
::setSPDInfo(const char* node, const char* property) {
146
void
ExternalDisplay
::setHPD(uint32_t startEnd) {
151
void
ExternalDisplay
::setActionSafeDimension(int w, int h) {
161
int
ExternalDisplay
::getModeCount() const {
166
void
ExternalDisplay
::getEDIDModes(int *out) const
[
all
...]
/hardware/qcom/display/msm8226/libexternal/
external.h
39
class
ExternalDisplay
42
ExternalDisplay
(hwc_context_t* ctx);
43
~
ExternalDisplay
();
external.cpp
49
int
ExternalDisplay
::configure() {
72
void
ExternalDisplay
::getAttributes(int& width, int& height) {
77
int
ExternalDisplay
::teardown() {
85
ExternalDisplay
::
ExternalDisplay
(hwc_context_t* ctx):mFd(-1),
115
void
ExternalDisplay
::setSPDInfo(const char* node, const char* property) {
146
void
ExternalDisplay
::setHPD(uint32_t startEnd) {
151
void
ExternalDisplay
::setActionSafeDimension(int w, int h) {
161
int
ExternalDisplay
::getModeCount() const {
166
void
ExternalDisplay
::getEDIDModes(int *out) const
[
all
...]
/hardware/qcom/display/msm8960/libexternal/
external.cpp
57
void
ExternalDisplay
::updateExtDispDevFbIndex()
84
int
ExternalDisplay
::configureHDMIDisplay() {
105
int
ExternalDisplay
::configureWFDDisplay() {
125
int
ExternalDisplay
::teardownHDMIDisplay() {
135
int
ExternalDisplay
::teardownWFDDisplay() {
145
void
ExternalDisplay
::processUEventOnline(const char *str) {
158
void
ExternalDisplay
::processUEventOffline(const char *str) {
169
ExternalDisplay
::
ExternalDisplay
(hwc_context_t* ctx):mFd(-1),
184
void
ExternalDisplay
::setEDIDMode(int resMode)
[
all
...]
external.h
39
class
ExternalDisplay
42
ExternalDisplay
(hwc_context_t* ctx);
43
~
ExternalDisplay
();
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h
58
class
ExternalDisplay
;
315
qhwc::
ExternalDisplay
*mExtDisplay;
hwc_utils.cpp
226
ctx->mExtDisplay = new
ExternalDisplay
(ctx);
[
all
...]
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h
60
class
ExternalDisplay
;
511
qhwc::
ExternalDisplay
*mExtDisplay;
hwc_utils.cpp
214
ctx->mExtDisplay = new
ExternalDisplay
(ctx);
[
all
...]
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h
61
class
ExternalDisplay
;
544
qhwc::
ExternalDisplay
*mExtDisplay;
hwc_utils.cpp
221
ctx->mExtDisplay = new
ExternalDisplay
(ctx);
[
all
...]
Completed in 467 milliseconds