Searched refs:deathNotifications (Results 1 – 1 of 1) sorted by relevance
158 DeathNotifications &deathNotifications = findListenerD->second; in _unregisterFrameData() local159 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() local296 deathNotifications.indices[id.frameIndex].emplace_back(id.bufferIndex); in _onBufferDestroyed()297 ++deathNotifications.count; in _onBufferDestroyed()329 DeathNotifications &deathNotifications = it->second; in processNotifications() local332 timeNowNs - deathNotifications.lastSentNs; in processNotifications()[all …]