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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 39 if(!ctx->vstate.fakevsync &&
75 ctx->vstate.fakevsync = true;
93 ctx->vstate.fakevsync = true;
97 if (LIKELY(!ctx->vstate.fakevsync)) {
121 if(ctx->vstate.enable) {
hwc.cpp 255 if (ctx->vstate.enable == enable)
259 ctx->vstate.enable = !!enable;
hwc_utils.h 317 qhwc::VsyncState vstate; member in struct:hwc_context_t