Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:connected

273     //    -If HDMI cable is connected, read display configs from edid data
274 // -If HDMI cable is not connected then use default data in vscreeninfo
279 int connected = ctx->mHDMIDisplay->getConnectedState();
280 if(connected == 1) {
283 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = true;
286 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = false;
290 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = true;
331 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected = false;
333 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
2666 if(ctx->dpyAttr[dpy].connected) {
2691 if(ctx->dpyAttr[dpy].connected) {
2726 // online events for hdmi connected before AND after boot up and HWC init.
2740 // TODO: If HDMI is connected after the display has booted up,
2746 ctx->dpyAttr[dpy].connected = true;
2756 // cable is connected.
2762 ctx->dpyAttr[dpy].connected = false;