OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIgnoreDelay
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp
942
static constexpr nsecs_t
kIgnoreDelay
= ms2ns(500);
943
if (systemTime() - mLastSwapTime >
kIgnoreDelay
) {
[
all
...]
SurfaceFlinger_hwc1.cpp
905
static constexpr nsecs_t
kIgnoreDelay
= ms2ns(500);
906
if (systemTime() - mLastSwapTime >
kIgnoreDelay
) {
[
all
...]
Completed in 54 milliseconds