Searched refs:mDeathNotifications (Results 1 – 2 of 2) sorted by relevance
101 mDeathNotifications.emplace( in _registerFrameData()158 auto findListenerD = mDeathNotifications.find(listener); in _unregisterFrameData()159 if (findListenerD != mDeathNotifications.end()) { in _unregisterFrameData()216 mDeathNotifications.erase(listener); in _unregisterFrameData()307 DeathNotifications &deathNotifications = mDeathNotifications[bufferId->listener]; in _onBufferDestroyed()337 for (auto it = mDeathNotifications.begin(); in processNotifications()338 it != mDeathNotifications.end(); ) { in processNotifications()368 it = mDeathNotifications.erase(it); in processNotifications()448 while (mDeathNotifications.empty()) { in main()
264 std::map<wp<IComponentListener>, DeathNotifications> mDeathNotifications; member