Searched defs:Pull (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
H A DStatsPuller.cpp42 bool StatsPuller::Pull(const int64_t elapsedTimeNs, std::vector<std::shared_ptr<LogEvent>>* data) { function in class:android::os::statsd::StatsPuller
H A DStatsPullerManager.h47 virtual bool Pull(const int tagId, const int64_t timesNs, function in class:android::os::statsd::StatsPullerManager
49 return mPullerManager.Pull(tagId, timesNs, data);
H A DStatsPullerManagerImpl.cpp179 bool StatsPullerManagerImpl::Pull(const int tagId, const int64_t timeNs, function in class:android::os::statsd::StatsPullerManagerImpl
184 bool ret = kAllPullAtomInfo.find(tagId)->second.puller->Pull(timeNs, data);
308 if (Pull(pullInfo.first, currentTimeNs, &data)) {

Completed in 61 milliseconds