HomeSort by relevance Sort by last modified time
    Searched refs:mCoolDownNs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/statsd/src/external/
StatsPuller.cpp 38 mCoolDownNs = StatsPullerManagerImpl::kAllPullAtomInfo.find(tagId)->second.coolDownNs;
39 VLOG("Puller for tag %d created. Cooldown set to %lld", mTagId, (long long)mCoolDownNs);
46 if (elapsedTimeNs - mLastPullTimeNs < mCoolDownNs) {
83 if (timestampNs - mLastPullTimeNs > mCoolDownNs) {
StatsPuller.h 62 int64_t mCoolDownNs;

Completed in 624 milliseconds