Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp279 std::map<wp<IComponentListener>, DeathNotifications> mDeathNotifications; member
733 mDeathNotifications.emplace(listener, DeathNotifications()); in _registerFrameData()
787 auto findListenerD = mDeathNotifications.find(listener); in _unregisterFrameData()
788 if (findListenerD != mDeathNotifications.end()) { in _unregisterFrameData()
843 mDeathNotifications.erase(listener); in _unregisterFrameData()
911 DeathNotifications &deathNotifications = mDeathNotifications[id.listener]; in _onBufferDestroyed()
936 for (auto it = mDeathNotifications.begin(); in processNotifications()
937 it != mDeathNotifications.end(); ) { in processNotifications()
966 it = mDeathNotifications.erase(it); in processNotifications()
1030 while (mDeathNotifications.empty()) { in main()