Searched refs:pullersCopy (Results 1 – 2 of 2) sorted by relevance
180 std::map<int32_t, std::shared_ptr<StatsPullAtomCallbackInternal>> pullersCopy; in binderDied() local183 pullersCopy = mPullers; in binderDied()185 for (const auto& it : pullersCopy) { in binderDied()
603 ArrayMap<PullerKey, PullerValue> pullersCopy; in registerAllPullers() local605 pullersCopy = new ArrayMap<>(mPullers); in registerAllPullers()608 for (Map.Entry<PullerKey, PullerValue> entry : pullersCopy.entrySet()) { in registerAllPullers()