OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fakevsync
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_vsync.cpp
39
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
)) {
hwc_utils.h
108
bool
fakevsync
;
member in struct:qhwc::VsyncState
hwc_utils.cpp
240
ctx->vstate.
fakevsync
= false;
[
all
...]
Completed in 113 milliseconds