OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExternalDisplay
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/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/libhwcomposer/
hwc_utils.h
59
class
ExternalDisplay
;
316
qhwc::
ExternalDisplay
*mExtDisplay;
hwc_utils.cpp
227
ctx->mExtDisplay = new
ExternalDisplay
(ctx);
[
all
...]
Completed in 34 milliseconds