Home
last modified time | relevance | path

Searched refs:shouldUseCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
DStatsPuller.cpp43 const bool shouldUseCache = elapsedTimeNs - mLastPullTimeNs < in Pull() local
45 if (shouldUseCache) { in Pull()