Searched refs:mNotifiers (Results 1 – 3 of 3) sorted by relevance
332 private WeakHashMap<ChangeNotifier, Object> mNotifiers = field in DataManager.NotifyBroker340 mNotifiers.put(notifier, null); in registerNotifier()345 for(ChangeNotifier notifier : mNotifiers.keySet()) { in onChange()
126 for (auto& notifier : mNotifiers) { in disconnect()131 mNotifiers.clear(); in disconnect()266 mNotifiers[gbp] = listener; in addOutputLocked()324 auto res = IInterface::asBinder(gbp)->unlinkToDeath(mNotifiers[gbp]); in removeOutputLocked()336 mNotifiers[gbp] = nullptr; in removeOutputLocked()
269 GBPHash> mNotifiers; variable