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.cpp215 std::map<int32_t, std::shared_ptr<StatsPullAtomCallbackInternal>> pullersCopy; in binderDied() local
218 pullersCopy = pullers; in binderDied()
220 for (const auto& it : pullersCopy) { in binderDied()
/packages/modules/StatsD/service/java/com/android/server/stats/
DStatsManagerService.java763 ArrayMap<PullerKey, PullerValue> pullersCopy; in registerAllPullers() local
765 pullersCopy = new ArrayMap<>(mPullers); in registerAllPullers()
768 for (Map.Entry<PullerKey, PullerValue> entry : pullersCopy.entrySet()) { in registerAllPullers()