Lines Matching refs:dpyAttr
123 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false; in teardownWfd()
124 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isActive = false; in teardownWfd()
155 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period in teardownWfd()
183 if(!ctx->dpyAttr[dpy].connected){ in handle_uevent()
191 ctx->dpyAttr[dpy].connected = false; in handle_uevent()
192 ctx->dpyAttr[dpy].isActive = false; in handle_uevent()
215 if(ctx->dpyAttr[dpy].connected) { in handle_uevent()
230 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
234 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period in handle_uevent()
238 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) { in handle_uevent()
276 ctx->dpyAttr[dpy].isPause = false; in handle_uevent()
277 ctx->dpyAttr[dpy].connected = true; in handle_uevent()
278 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
292 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isActive = true; in handle_uevent()