Lines Matching refs:ExternalDisplay
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()
243 ExternalDisplay::~ExternalDisplay() in ~ExternalDisplay()
279 int ExternalDisplay::parseResolution(char* edidStr, int* edidModes) in parseResolution()
300 bool ExternalDisplay::readResolution() in readResolution()
341 bool ExternalDisplay::openFrameBuffer() in openFrameBuffer()
354 bool ExternalDisplay::closeFrameBuffer() in closeFrameBuffer()
366 void ExternalDisplay::resetInfo() in resetInfo()
378 int ExternalDisplay::getModeOrder(int mode) in getModeOrder()
436 int ExternalDisplay::getUserMode() { in getUserMode()
450 int ExternalDisplay::getBestMode() { in getBestMode()
465 inline bool ExternalDisplay::isValidMode(int ID) in isValidMode()
478 bool ExternalDisplay::isInterlacedMode(int ID) { in isInterlacedMode()
495 void ExternalDisplay::setResolution(int ID) in setResolution()
548 bool ExternalDisplay::writeHPDOption(int userOption) const in writeHPDOption()
579 void ExternalDisplay::setAttributes() { in setAttributes()
635 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { in getAttrForMode()