Searched refs:fakevsync (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_vsync.cpp39 if(!ctx->vstate.fakevsync &&
73 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
75 ctx->vstate.fakevsync = true;
93 ctx->vstate.fakevsync = true;
97 if (LIKELY(!ctx->vstate.fakevsync)) {
H A Dhwc_utils.h107 bool fakevsync; member in struct:qhwc::VsyncState
H A Dhwc_utils.cpp240 ctx->vstate.fakevsync = false;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_vsync.cpp41 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)) {
H A Dhwc_utils.h111 bool fakevsync; member in struct:qhwc::VsyncState
H A Dhwc_utils.cpp175 ctx->vstate.fakevsync = false;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_vsync.cpp48 if(!ctx->vstate.fakevsync &&
109 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
111 ctx->vstate.fakevsync = true;
143 ctx->vstate.fakevsync = true;
156 if (LIKELY(!ctx->vstate.fakevsync)) {
176 ctx->vstate.fakevsync = true;
H A Dhwc_utils.h136 bool fakevsync; member in struct:qhwc::VsyncState
H A Dhwc.cpp729 if(ctx->vstate.fakevsync)
H A Dhwc_utils.cpp246 ctx->vstate.fakevsync = false;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_vsync.cpp48 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)) {
H A Dhwc_utils.h140 bool fakevsync; member in struct:qhwc::VsyncState
H A Dhwc_utils.cpp248 ctx->vstate.fakevsync = false;

Completed in 122 milliseconds