HomeSort by relevance Sort by last modified time
    Searched defs:ExternalDisplay (Results 1 - 8 of 8) 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.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...]
  /hardware/qcom/display/msm8974/libexternal/
external.h 40 class ExternalDisplay
43 ExternalDisplay(hwc_context_t* ctx);
44 ~ExternalDisplay();
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...]

Completed in 263 milliseconds