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.cpp160 DeathNotifications &deathNotifications = findListenerD->second; in _unregisterFrameData() local
161 auto findFrameIndex = deathNotifications.indices.find(frameIndex); in _unregisterFrameData()
162 if (findFrameIndex != deathNotifications.indices.end()) { in _unregisterFrameData()
164 deathNotifications.count -= bufferIndices.size(); in _unregisterFrameData()
165 deathNotifications.indices.erase(findFrameIndex); in _unregisterFrameData()
307 DeathNotifications &deathNotifications = mDeathNotifications[bufferId->listener]; in _onBufferDestroyed() local
308 deathNotifications.indices[bufferId->frameIndex].emplace_back(bufferId->bufferIndex); in _onBufferDestroyed()
309 ++deathNotifications.count; in _onBufferDestroyed()
344 DeathNotifications &deathNotifications = it->second; in processNotifications() local
347 timeNowNs - deathNotifications.lastSentNs; in processNotifications()
[all …]