Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp158 DeathNotifications &deathNotifications = findListenerD->second; in _unregisterFrameData() local
159 auto findFrameIndex = deathNotifications.indices.find(frameIndex); in _unregisterFrameData()
160 if (findFrameIndex != deathNotifications.indices.end()) { in _unregisterFrameData()
162 deathNotifications.count -= bufferIndices.size(); in _unregisterFrameData()
163 deathNotifications.indices.erase(findFrameIndex); in _unregisterFrameData()
295 DeathNotifications &deathNotifications = mDeathNotifications[id.listener]; in _onBufferDestroyed() local
296 deathNotifications.indices[id.frameIndex].emplace_back(id.bufferIndex); in _onBufferDestroyed()
297 ++deathNotifications.count; in _onBufferDestroyed()
329 DeathNotifications &deathNotifications = it->second; in processNotifications() local
332 timeNowNs - deathNotifications.lastSentNs; in processNotifications()
[all …]