Lines Matching refs:dpy
83 int dpy = isHDMI(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum; in handle_uevent() local
86 ctx->mExtDisplay->setExtDpyNum(dpy); in handle_uevent()
112 if(ctx->mFBUpdate[dpy]) { in handle_uevent()
114 delete ctx->mFBUpdate[dpy]; in handle_uevent()
115 ctx->mFBUpdate[dpy] = NULL; in handle_uevent()
117 if(ctx->mCopyBit[dpy]){ in handle_uevent()
119 delete ctx->mCopyBit[dpy]; in handle_uevent()
120 ctx->mCopyBit[dpy] = NULL; in handle_uevent()
122 if(ctx->mMDPComp[dpy]) { in handle_uevent()
123 delete ctx->mMDPComp[dpy]; in handle_uevent()
124 ctx->mMDPComp[dpy] = NULL; in handle_uevent()
127 __FUNCTION__, connected, dpy); in handle_uevent()
128 ctx->dpyAttr[dpy].connected = false; in handle_uevent()
131 ctx->proc->hotplug(ctx->proc, dpy, connected); in handle_uevent()
138 ctx->mFBUpdate[dpy] = in handle_uevent()
139 IFBUpdate::getObject(ctx->dpyAttr[dpy].xres, dpy); in handle_uevent()
140 ctx->dpyAttr[dpy].isPause = false; in handle_uevent()
142 ctx->mCopyBit[dpy] = new CopyBit(); in handle_uevent()
143 ctx->mMDPComp[dpy] = MDPComp::getObject( in handle_uevent()
144 ctx->dpyAttr[dpy].xres, dpy); in handle_uevent()
147 ctx->dpyAttr[dpy].connected = true; in handle_uevent()
149 ctx->proc->hotplug(ctx->proc, dpy, connected); in handle_uevent()
158 ctx->dpyAttr[dpy].isActive = true; in handle_uevent()
159 ctx->dpyAttr[dpy].isPause = true; in handle_uevent()
165 ctx->dpyAttr[dpy].isActive = true; in handle_uevent()
166 ctx->dpyAttr[dpy].isPause = false; in handle_uevent()