Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_uevents.cpp47 if (ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) { in getConnectedDisplay()
139 if (ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) { in handle_uevent()
184 ctx->mHDMIDisplay->configure(); in handle_uevent()
185 ctx->mHDMIDisplay->activateDisplay(); in handle_uevent()
Dhwc.cpp194 ctx->mHDMIDisplay->isHDMIPrimaryDisplay())); in isHotPluggable()
290 ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) in hwc_prepare_primary()
300 int cableConnected = ctx->mHDMIDisplay->getConnectedState(); in hwc_prepare_primary()
304 ctx->mHDMIDisplay->activateDisplay(); in hwc_prepare_primary()
490 if(ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) { in hwc_setPowerMode()
512 ctx->mHDMIDisplay->setHPD(1); in hwc_setPowerMode()
804 ctx->mHDMIDisplay->getDisplayConfigs(configs, numConfigs); in hwc_getDisplayConfigs()
818 ctx->mHDMIDisplay->getDisplayConfigs(configs, numConfigs); in hwc_getDisplayConfigs()
845 ret = ctx->mHDMIDisplay->getAttrForConfig(config, xres, yres, refresh); in hwc_getDisplayAttributes()
943 return ctx->mHDMIDisplay->getActiveConfig(); in hwc_getActiveConfig()
[all …]
Dhwc_vsync.cpp76 if (!ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) { in handle_blank_event()
Dhwc_utils.h620 qhwc::HDMIDisplay *mHDMIDisplay; member