Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp244 struct DeathNotifications { struct
262 DeathNotifications() in DeathNotifications() function
279 std::map<wp<IComponentListener>, DeathNotifications> mDeathNotifications;
733 mDeathNotifications.emplace(listener, DeathNotifications()); in _registerFrameData()
789 DeathNotifications &deathNotifications = findListenerD->second; in _unregisterFrameData()
911 DeathNotifications &deathNotifications = mDeathNotifications[id.listener]; in _onBufferDestroyed()
943 DeathNotifications &deathNotifications = it->second; in processNotifications()