HomeSort by relevance Sort by last modified time
    Searched defs:ExternalDisplay (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/display/libexternal/
external.h 39 class ExternalDisplay
42 ExternalDisplay(hwc_context_t* ctx);
43 ~ExternalDisplay();
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...]

Completed in 430 milliseconds