Searched refs:notifyList (Results 1 – 1 of 1) sorted by relevance
269 std::multimap<int64_t, Timer> notifyList; in processTimers_l() local284 notifyList.emplace(diffMediaUs, *it); in processTimers_l()298 auto itNotify = notifyList.begin(); in processTimers_l()299 while (itNotify != notifyList.end()) { in processTimers_l()302 itNotify = notifyList.erase(itNotify); in processTimers_l()