Home
last modified time | relevance | path

Searched refs:hotPluggable (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc.cpp757 bool hotPluggable = isHotPluggable(ctx, disp); in hwc_getDisplayConfigs() local
760 if ((hotPluggable || isVirtualDisplay) && !ctx->dpyAttr[disp].connected) { in hwc_getDisplayConfigs()
772 if (hotPluggable) { in hwc_getDisplayConfigs()
803 bool hotPluggable = isHotPluggable(ctx, disp); in hwc_getDisplayAttributes() local
806 if ((hotPluggable || isVirtualDisplay) && !ctx->dpyAttr[disp].connected) { in hwc_getDisplayAttributes()
813 if (hotPluggable) { in hwc_getDisplayAttributes()
826 hotPluggable ? refresh : ctx->dpyAttr[disp].vsync_period; in hwc_getDisplayAttributes()
832 values[i] = hotPluggable ? xres : ctx->dpyAttr[disp].xres; in hwc_getDisplayAttributes()
841 values[i] = hotPluggable ? yres : ctx->dpyAttr[disp].yres; in hwc_getDisplayAttributes()
896 bool hotPluggable = isHotPluggable(ctx, disp); in hwc_getActiveConfig() local
[all …]