Home
last modified time | relevance | path

Searched refs:pullersCopy (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/lib/libstatspull/
Dstats_pull_atom_callback.cpp180 std::map<int32_t, std::shared_ptr<StatsPullAtomCallbackInternal>> pullersCopy; in binderDied() local
183 pullersCopy = mPullers; in binderDied()
185 for (const auto& it : pullersCopy) { in binderDied()
/packages/modules/StatsD/service/java/com/android/server/stats/
DStatsManagerService.java603 ArrayMap<PullerKey, PullerValue> pullersCopy; in registerAllPullers() local
605 pullersCopy = new ArrayMap<>(mPullers); in registerAllPullers()
608 for (Map.Entry<PullerKey, PullerValue> entry : pullersCopy.entrySet()) { in registerAllPullers()