Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaClock.cpp294 auto itNotify = notifyList.begin(); in processTimers_l() local
295 while (itNotify != notifyList.end()) { in processTimers_l()
296 itNotify->second.mNotify->setInt32("reason", TIMER_REASON_REACHED); in processTimers_l()
297 itNotify->second.mNotify->post(); in processTimers_l()
298 itNotify = notifyList.erase(itNotify); in processTimers_l()