/hardware/qcom/display/msm8960/libexternal/ |
D | external.cpp | 57 void ExternalDisplay::updateExtDispDevFbIndex() in updateExtDispDevFbIndex() 84 int ExternalDisplay::configureHDMIDisplay() { in configureHDMIDisplay() 105 int ExternalDisplay::configureWFDDisplay() { in configureWFDDisplay() 125 int ExternalDisplay::teardownHDMIDisplay() { in teardownHDMIDisplay() 135 int ExternalDisplay::teardownWFDDisplay() { in teardownWFDDisplay() 145 void ExternalDisplay::processUEventOnline(const char *str) { in processUEventOnline() 158 void ExternalDisplay::processUEventOffline(const char *str) { in processUEventOffline() 169 ExternalDisplay::ExternalDisplay(hwc_context_t* ctx):mFd(-1), in ExternalDisplay() function in qhwc::ExternalDisplay 184 void ExternalDisplay::setEDIDMode(int resMode) { in setEDIDMode() 195 void ExternalDisplay::setHPD(uint32_t startEnd) { in setHPD() [all …]
|
D | external.h | 39 class ExternalDisplay 42 ExternalDisplay(hwc_context_t* ctx); 43 ~ExternalDisplay();
|
/hardware/qcom/display/msm8974/libexternal/ |
D | external.cpp | 58 void ExternalDisplay::updateExtDispDevFbIndex() in updateExtDispDevFbIndex() 86 int ExternalDisplay::configureHDMIDisplay() { in configureHDMIDisplay() 107 int ExternalDisplay::configureWFDDisplay() { in configureWFDDisplay() 127 int ExternalDisplay::teardownHDMIDisplay() { in teardownHDMIDisplay() 137 int ExternalDisplay::teardownWFDDisplay() { in teardownWFDDisplay() 147 void ExternalDisplay::processUEventOnline(const char *str) { in processUEventOnline() 160 void ExternalDisplay::processUEventOffline(const char *str) { in processUEventOffline() 171 ExternalDisplay::ExternalDisplay(hwc_context_t* ctx):mFd(-1), in ExternalDisplay() function in qhwc::ExternalDisplay 203 void ExternalDisplay::setSPDInfo(const char* node, const char* property) { in setSPDInfo() 234 void ExternalDisplay::setEDIDMode(int resMode) { in setEDIDMode() [all …]
|
D | external.h | 40 class ExternalDisplay 43 ExternalDisplay(hwc_context_t* ctx); 44 ~ExternalDisplay();
|
/hardware/qcom/display/msm8084/libexternal/ |
D | external.cpp | 49 int ExternalDisplay::configure() { in configure() 72 void ExternalDisplay::getAttributes(int& width, int& height) { in getAttributes() 77 int ExternalDisplay::teardown() { in teardown() 85 ExternalDisplay::ExternalDisplay(hwc_context_t* ctx):mFd(-1), in ExternalDisplay() function in qhwc::ExternalDisplay 115 void ExternalDisplay::setSPDInfo(const char* node, const char* property) { in setSPDInfo() 146 void ExternalDisplay::setHPD(uint32_t startEnd) { in setHPD() 151 void ExternalDisplay::setActionSafeDimension(int w, int h) { in setActionSafeDimension() 161 int ExternalDisplay::getModeCount() const { in getModeCount() 166 void ExternalDisplay::getEDIDModes(int *out) const { in getEDIDModes() 172 void ExternalDisplay::readCEUnderscanInfo() in readCEUnderscanInfo() [all …]
|
D | external.h | 39 class ExternalDisplay 42 ExternalDisplay(hwc_context_t* ctx); 43 ~ExternalDisplay();
|
/hardware/qcom/display/msm8226/libexternal/ |
D | external.cpp | 49 int ExternalDisplay::configure() { in configure() 72 void ExternalDisplay::getAttributes(int& width, int& height) { in getAttributes() 77 int ExternalDisplay::teardown() { in teardown() 85 ExternalDisplay::ExternalDisplay(hwc_context_t* ctx):mFd(-1), in ExternalDisplay() function in qhwc::ExternalDisplay 115 void ExternalDisplay::setSPDInfo(const char* node, const char* property) { in setSPDInfo() 146 void ExternalDisplay::setHPD(uint32_t startEnd) { in setHPD() 151 void ExternalDisplay::setActionSafeDimension(int w, int h) { in setActionSafeDimension() 161 int ExternalDisplay::getModeCount() const { in getModeCount() 166 void ExternalDisplay::getEDIDModes(int *out) const { in getEDIDModes() 172 void ExternalDisplay::readCEUnderscanInfo() in readCEUnderscanInfo() [all …]
|
D | external.h | 39 class ExternalDisplay 42 ExternalDisplay(hwc_context_t* ctx); 43 ~ExternalDisplay();
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.h | 58 class ExternalDisplay; variable 315 qhwc::ExternalDisplay *mExtDisplay;
|
D | hwc_utils.cpp | 226 ctx->mExtDisplay = new ExternalDisplay(ctx); in initContext()
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_utils.h | 57 class ExternalDisplay; variable 368 qhwc::ExternalDisplay *mExtDisplay;
|
D | hwc_utils.cpp | 161 ctx->mExtDisplay = new ExternalDisplay(ctx); in initContext()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 60 class ExternalDisplay; variable 511 qhwc::ExternalDisplay *mExtDisplay;
|
D | hwc_utils.cpp | 214 ctx->mExtDisplay = new ExternalDisplay(ctx); in initContext()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.h | 61 class ExternalDisplay; variable 544 qhwc::ExternalDisplay *mExtDisplay;
|
D | hwc_utils.cpp | 221 ctx->mExtDisplay = new ExternalDisplay(ctx); in initContext()
|