Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc.cpp788 bool hotPluggable = isHotPluggable(ctx, disp); in hwc_getDisplayConfigs() local
791 if ((hotPluggable || isVirtualDisplay) && !ctx->dpyAttr[disp].connected) { in hwc_getDisplayConfigs()
803 if (hotPluggable) { in hwc_getDisplayConfigs()
834 bool hotPluggable = isHotPluggable(ctx, disp); in hwc_getDisplayAttributes() local
837 if ((hotPluggable || isVirtualDisplay) && !ctx->dpyAttr[disp].connected) { in hwc_getDisplayAttributes()
844 if (hotPluggable) { in hwc_getDisplayAttributes()
857 hotPluggable ? refresh : ctx->dpyAttr[disp].vsync_period; in hwc_getDisplayAttributes()
863 values[i] = hotPluggable ? xres : ctx->dpyAttr[disp].xres; in hwc_getDisplayAttributes()
872 values[i] = hotPluggable ? yres : ctx->dpyAttr[disp].yres; in hwc_getDisplayAttributes()
927 bool hotPluggable = isHotPluggable(ctx, disp); in hwc_getActiveConfig() local
[all …]