Searched refs:pullersCopy (Results 1 – 2 of 2) sorted by relevance
215 std::map<int32_t, std::shared_ptr<StatsPullAtomCallbackInternal>> pullersCopy; in binderDied() local218 pullersCopy = pullers; in binderDied()220 for (const auto& it : pullersCopy) { in binderDied()
763 ArrayMap<PullerKey, PullerValue> pullersCopy; in registerAllPullers() local765 pullersCopy = new ArrayMap<>(mPullers); in registerAllPullers()768 for (Map.Entry<PullerKey, PullerValue> entry : pullersCopy.entrySet()) { in registerAllPullers()