Searched refs:mPullers (Results 1 – 2 of 2) sorted by relevance
164 static std::map<int32_t, std::shared_ptr<StatsPullAtomCallbackInternal>> mPullers; variable183 pullersCopy = mPullers; in binderDied()248 mPullers[atom_tag] = callbackBinder; in AStatsManager_setPullAtomCallback()260 mPullers.erase(atom_tag); in AStatsManager_clearPullAtomCallback()
170 private final ArrayMap<PullerKey, PullerValue> mPullers = new ArrayMap<>(); field in StatsManagerService188 mPullers.put(key, val); in registerPullAtomCallback()216 mPullers.remove(key); in unregisterPullAtomCallback()605 pullersCopy = new ArrayMap<>(mPullers); in registerAllPullers()