Searched refs:PullLocked (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/src/external/ |
D | StatsPullerManager.cpp | 97 return PullLocked(tagId, configKey, eventTimeNs, data); in Pull() 103 return PullLocked(tagId, uids, eventTimeNs, data); in Pull() 106 bool StatsPullerManager::PullLocked(int tagId, const ConfigKey& configKey, in PullLocked() function in android::os::statsd::StatsPullerManager 124 return PullLocked(tagId, uids, eventTimeNs, data); in PullLocked() 127 bool StatsPullerManager::PullLocked(int tagId, const vector<int32_t>& uids, in PullLocked() function in android::os::statsd::StatsPullerManager 276 bool pullSuccess = PullLocked(pullInfo.first->atomTag, pullInfo.first->configKey, in OnAlarmFired()
|
D | StatsPullerManager.h | 154 bool PullLocked(int tagId, const ConfigKey& configKey, const int64_t eventTimeNs, 157 bool PullLocked(int tagId, const vector<int32_t>& uids, const int64_t eventTimeNs,
|