Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/external/
DStatsPuller.h54 int ClearCacheIfNecessary(int64_t timestampNs);
DStatsPuller.cpp101 int StatsPuller::ClearCacheIfNecessary(int64_t timestampNs) { in ClearCacheIfNecessary() function in android::os::statsd::StatsPuller
DStatsPullerManager.cpp459 totalCleared += pulledAtom.second.puller->ClearCacheIfNecessary(timestampNs); in ClearPullerCacheIfNecessary()