Searched refs:notifyList (Results 1 – 4 of 4) sorted by relevance
265 std::multimap<int64_t, Timer> notifyList; in processTimers_l() local280 notifyList.emplace(diffMediaUs, *it); in processTimers_l()294 auto itNotify = notifyList.begin(); in processTimers_l()295 while (itNotify != notifyList.end()) { in processTimers_l()298 itNotify = notifyList.erase(itNotify); in processTimers_l()
57 ArrayList<IpServer> notifyList, SharedLog log) { in getIPv6TetheringCoordinator() argument58 return new IPv6TetheringCoordinator(notifyList, log); in getIPv6TetheringCoordinator()
78 public IPv6TetheringCoordinator(ArrayList<IpServer> notifyList, SharedLog log) { in IPv6TetheringCoordinator() argument79 mNotifyList = notifyList; in IPv6TetheringCoordinator()
262 ArrayList<IpServer> notifyList, SharedLog log) { in getIPv6TetheringCoordinator() argument263 ipv6CoordinatorNotifyList = notifyList; in getIPv6TetheringCoordinator()