HomeSort by relevance Sort by last modified time
    Searched refs:dynRefreshRate (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 85 uint32_t dynRefreshRate;
hwc.cpp 876 dumpsys_log(aBuf, " DynRefreshRate=%d\n",
877 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].dynRefreshRate);
    [all...]
hwc_utils.cpp 230 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].dynRefreshRate = (uint32_t)fps;
492 if(!ctx || refreshRate == ctx->dpyAttr[dpy].dynRefreshRate)
508 ctx->dpyAttr[dpy].dynRefreshRate = refreshRate;
    [all...]

Completed in 70 milliseconds