Searched refs:s_nextLog (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/utils/ | ||
H A D | LinearAllocator.cpp | 60 static nsecs_t s_nextLog = 0; variable 65 if (now > s_nextLog) { 66 s_nextLog = now + milliseconds_to_nanoseconds(10); |
Completed in 8 milliseconds