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/msm8974/libhwcomposer/
hwc_vsync.cpp 41 if(!ctx->vstate.fakevsync &&
70 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
72 ctx->vstate.fakevsync = true;
101 ctx->vstate.fakevsync = true;
113 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc_utils.h 111 bool fakevsync; member in struct:qhwc::VsyncState
hwc_utils.cpp 175 ctx->vstate.fakevsync = false;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 47 if(!ctx->vstate.fakevsync &&
108 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
110 ctx->vstate.fakevsync = true;
137 ctx->vstate.fakevsync = true;
150 if (LIKELY(!ctx->vstate.fakevsync)) {
170 ctx->vstate.fakevsync = true;
hwc_utils.h 164 bool fakevsync; member in struct:qhwc::VsyncState
hwc.cpp 822 if(ctx->vstate.fakevsync)
hwc_utils.cpp 268 ctx->vstate.fakevsync = false;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 48 if(!ctx->vstate.fakevsync &&
118 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
120 ctx->vstate.fakevsync = true;
149 ctx->vstate.fakevsync = true;
162 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/msm8994/libhwcomposer/
hwc_vsync.cpp 49 if(!ctx->vstate.fakevsync &&
127 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
129 ctx->vstate.fakevsync = true;
153 ctx->vstate.fakevsync = true;
166 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc_utils.h 173 bool fakevsync; member in struct:qhwc::VsyncState
hwc_utils.cpp 363 ctx->vstate.fakevsync = false;
    [all...]

Completed in 92 milliseconds