Lines Matching refs:dpyAttr
123 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false; in teardownWfd()
124 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isActive = false; in teardownWfd()
174 if(!ctx->dpyAttr[dpy].connected){ in handle_uevent()
182 ctx->dpyAttr[dpy].connected = false; in handle_uevent()
183 ctx->dpyAttr[dpy].isActive = false; in handle_uevent()
200 ctx->mQService->onHdmiHotplug((int)ctx->dpyAttr[dpy].connected); in handle_uevent()
207 if(ctx->dpyAttr[dpy].connected) { in handle_uevent()
222 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
226 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period in handle_uevent()
230 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) { in handle_uevent()
268 ctx->dpyAttr[dpy].isPause = false; in handle_uevent()
269 ctx->dpyAttr[dpy].connected = true; in handle_uevent()
270 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
279 ctx->mQService->onHdmiHotplug(ctx->dpyAttr[dpy].connected); in handle_uevent()
285 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isActive = true; in handle_uevent()