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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 39 if(!ctx->vstate.fakevsync &&
72 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
74 ctx->vstate.fakevsync = true;
92 ctx->vstate.fakevsync = true;
96 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc_utils.h 107 bool fakevsync; member in struct:qhwc::VsyncState
hwc_utils.cpp 239 ctx->vstate.fakevsync = false;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 46 if(!ctx->vstate.fakevsync &&
107 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
109 ctx->vstate.fakevsync = true;
136 ctx->vstate.fakevsync = true;
149 if (LIKELY(!ctx->vstate.fakevsync)) {
169 ctx->vstate.fakevsync = true;
hwc_utils.h 164 bool fakevsync; member in struct:qhwc::VsyncState
hwc.cpp 861 if(ctx->vstate.fakevsync)
hwc_utils.cpp 268 ctx->vstate.fakevsync = false;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 47 if(!ctx->vstate.fakevsync &&
117 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
119 ctx->vstate.fakevsync = true;
148 ctx->vstate.fakevsync = true;
161 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc_utils.h 140 bool fakevsync; member in struct:qhwc::VsyncState
hwc_utils.cpp 248 ctx->vstate.fakevsync = false;
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 48 if(!ctx->vstate.fakevsync &&
126 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
128 ctx->vstate.fakevsync = true;
152 ctx->vstate.fakevsync = true;
167 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc_utils.h 180 bool fakevsync; member in struct:qhwc::VsyncState
hwc_utils.cpp 387 ctx->vstate.fakevsync = false;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 48 if(!ctx->vstate.fakevsync &&
126 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
128 ctx->vstate.fakevsync = true;
152 ctx->vstate.fakevsync = true;
165 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc_utils.h 174 bool fakevsync; member in struct:qhwc::VsyncState
hwc_utils.cpp 364 ctx->vstate.fakevsync = false;
    [all...]

Completed in 456 milliseconds