Lines Matching refs:mHDMIDisplay
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()
453 if(ctx->mHDMIDisplay) { in closeContext()
454 delete ctx->mHDMIDisplay; in closeContext()
455 ctx->mHDMIDisplay = NULL; in closeContext()
569 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight); in getActionSafePosition()
701 ctx->mHDMIDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
787 ctx->mHDMIDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()
1218 ctx->mHDMIDisplay->isCEUnderscanSupported()) { in isActionSafePresent()
2826 ctx->mHDMIDisplay->configure(); in handle_online()
2840 if (ctx->mHDMIDisplay->isHDMIPrimaryDisplay()) { in handle_offline()
2843 ctx->mHDMIDisplay->teardown(); in handle_offline()