Searched refs:mHandlers (Results 1 – 2 of 2) sorted by relevance
52 for (auto pHandler : mHandlers) in ~EventManager()60 mHandlers.push_back(pHandler); in Attach()67 for (auto pHandler : mHandlers) in Dispatch()75 for (auto pHandler : mHandlers) in FlushDraw()85 std::vector<EventHandler*> mHandlers; variable
23 private final Set<ConnectionErrorHandler> mHandlers = field in DelegatingConnectionErrorHandler31 for (ConnectionErrorHandler handler : mHandlers) { in onConnectionError()40 mHandlers.add(handler); in addConnectionErrorHandler()47 mHandlers.remove(handler); in removeConnectionErrorHandler()