HomeSort by relevance Sort by last modified time
    Searched refs:ExternalDisplay (Results 1 - 16 of 16) 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 50 int ExternalDisplay::configure() {
73 void ExternalDisplay::getAttributes(int& width, int& height) {
78 int ExternalDisplay::teardown() {
86 ExternalDisplay::ExternalDisplay(hwc_context_t* ctx):mFd(-1),
116 void ExternalDisplay::setSPDInfo(const char* node, const char* property) {
147 void ExternalDisplay::setHPD(uint32_t startEnd) {
152 void ExternalDisplay::setActionSafeDimension(int w, int h) {
162 int ExternalDisplay::getModeCount() const {
167 void ExternalDisplay::getEDIDModes(int *out) const
    [all...]
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 58 void ExternalDisplay::updateExtDispDevFbIndex()
86 int ExternalDisplay::configureHDMIDisplay() {
107 int ExternalDisplay::configureWFDDisplay() {
127 int ExternalDisplay::teardownHDMIDisplay() {
137 int ExternalDisplay::teardownWFDDisplay() {
147 void ExternalDisplay::processUEventOnline(const char *str) {
160 void ExternalDisplay::processUEventOffline(const char *str) {
171 ExternalDisplay::ExternalDisplay(hwc_context_t* ctx):mFd(-1),
203 void ExternalDisplay::setSPDInfo(const char* node, const char* property)
    [all...]
external.h 40 class ExternalDisplay
43 ExternalDisplay(hwc_context_t* ctx);
44 ~ExternalDisplay();
  /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 227 ctx->mExtDisplay = new ExternalDisplay(ctx);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 57 class ExternalDisplay;
368 qhwc::ExternalDisplay *mExtDisplay;
hwc_utils.cpp 161 ctx->mExtDisplay = new ExternalDisplay(ctx);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 60 class ExternalDisplay;
509 qhwc::ExternalDisplay *mExtDisplay;
hwc_utils.cpp 214 ctx->mExtDisplay = new ExternalDisplay(ctx);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 57 class ExternalDisplay;
482 qhwc::ExternalDisplay *mExtDisplay;
hwc_utils.cpp 213 ctx->mExtDisplay = new ExternalDisplay(ctx);
    [all...]

Completed in 182 milliseconds