Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaClock.cpp298 auto itNotify = notifyList.begin(); in processTimers_l() local
299 while (itNotify != notifyList.end()) { in processTimers_l()
300 itNotify->second.mNotify->setInt32("reason", TIMER_REASON_REACHED); in processTimers_l()
301 itNotify->second.mNotify->post(); in processTimers_l()
302 itNotify = notifyList.erase(itNotify); in processTimers_l()