Home
last modified time | relevance | path

Searched refs:HDMIDisplay (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp97 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::HDMIDisplay
192 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 …]
Dhdmi.h48 class HDMIDisplay
51 HDMIDisplay();
52 ~HDMIDisplay();
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h67 class HDMIDisplay; variable
620 qhwc::HDMIDisplay *mHDMIDisplay;
Dhwc_utils.cpp271 ctx->mHDMIDisplay = new HDMIDisplay(); in initContext()