Searched refs:mHDMIDisplay (Results 1 – 5 of 5) sorted by relevance
47 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()
194 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 …]
127 ctx->dpyAttr[dpy].fd = ctx->mHDMIDisplay->getFd(); in updateDisplayInfo()128 ctx->dpyAttr[dpy].xres = ctx->mHDMIDisplay->getWidth(); in updateDisplayInfo()129 ctx->dpyAttr[dpy].yres = ctx->mHDMIDisplay->getHeight(); in updateDisplayInfo()130 ctx->dpyAttr[dpy].mMDPScalingMode = ctx->mHDMIDisplay->getMDPScalingMode(); in updateDisplayInfo()131 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod(); in updateDisplayInfo()271 ctx->mHDMIDisplay = new HDMIDisplay(); in initContext()279 if(ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) { in initContext()280 int connected = ctx->mHDMIDisplay->getConnectedState(); in initContext()282 ctx->mHDMIDisplay->configure(); in initContext()296 ctx->mHDMIDisplay->setPrimaryAttributes(priW, priH); in initContext()[all …]
76 if (!ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) { in handle_blank_event()
620 qhwc::HDMIDisplay *mHDMIDisplay; member