Home
last modified time | relevance | path

Searched refs:notifyList (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaClock.cpp269 std::multimap<int64_t, Timer> notifyList; in processTimers_l() local
284 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()