Searched refs:mPullerMgr (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/statsd/src/shell/ |
D | ShellSubscriber.h | 61 : mUidMap(uidMap), mPullerMgr(pullerMgr), mLogEventFilter(logEventFilter){}; in ShellSubscriber() 98 sp<StatsPullerManager> mPullerMgr; variable
|
D | ShellSubscriber.cpp | 58 in, out, timeoutSec, getElapsedRealtimeSec(), mUidMap, mPullerMgr)); in startNewSubscription() 73 subscriptionConfig, callback, getElapsedRealtimeSec(), mUidMap, mPullerMgr)); in startNewSubscription()
|
D | ShellSubscriberClient.cpp | 99 mPullerMgr(pullerMgr), in ShellSubscriberClient() 229 mPullerMgr->Pull(pullInfo.mPullerMatcher.atom_id(), uids, nowNanos, &data); in pullIfNeeded()
|