Searched refs:deathNotifications (Results 1 – 1 of 1) sorted by relevance
789 DeathNotifications &deathNotifications = findListenerD->second; in _unregisterFrameData() local790 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() local912 deathNotifications.indices[id.frameIndex].emplace_back(id.bufferIndex); in _onBufferDestroyed()913 ++deathNotifications.count; in _onBufferDestroyed()943 DeathNotifications &deathNotifications = it->second; in processNotifications() local946 timeNowNs - deathNotifications.lastSentNs; in processNotifications()[all …]