Searched refs:HDMIDisplay (Results 1 – 4 of 4) sorted by relevance
97 int HDMIDisplay::configure() { in configure()137 void HDMIDisplay::getAttributes(uint32_t& width, uint32_t& height) { in getAttributes()142 int HDMIDisplay::teardown() { in teardown()150 HDMIDisplay::HDMIDisplay():mFd(-1), in HDMIDisplay() function in qhwc::HDMIDisplay192 void HDMIDisplay::setSPDInfo(const char* node, const char* property) { in setSPDInfo()215 void HDMIDisplay::setHPD(uint32_t value) { in setHPD()220 void HDMIDisplay::setActionSafeDimension(int w, int h) { in setActionSafeDimension()230 int HDMIDisplay::getModeCount() const { in getModeCount()235 void HDMIDisplay::readCEUnderscanInfo() in readCEUnderscanInfo()299 HDMIDisplay::~HDMIDisplay() in ~HDMIDisplay()[all …]
48 class HDMIDisplay51 HDMIDisplay();52 ~HDMIDisplay();
67 class HDMIDisplay; variable620 qhwc::HDMIDisplay *mHDMIDisplay;
271 ctx->mHDMIDisplay = new HDMIDisplay(); in initContext()