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.cpp789 DeathNotifications &deathNotifications = findListenerD->second; in _unregisterFrameData() local
790 auto findFrameIndex = deathNotifications.indices.find(frameIndex); in _unregisterFrameData()
791 if (findFrameIndex != deathNotifications.indices.end()) { in _unregisterFrameData()
793 deathNotifications.count -= bufferIndices.size(); in _unregisterFrameData()
794 deathNotifications.indices.erase(findFrameIndex); in _unregisterFrameData()
911 DeathNotifications &deathNotifications = mDeathNotifications[id.listener]; in _onBufferDestroyed() local
912 deathNotifications.indices[id.frameIndex].emplace_back(id.bufferIndex); in _onBufferDestroyed()
913 ++deathNotifications.count; in _onBufferDestroyed()
943 DeathNotifications &deathNotifications = it->second; in processNotifications() local
946 timeNowNs - deathNotifications.lastSentNs; in processNotifications()
[all …]