Searched refs:deathNotifications (Results 1 – 1 of 1) sorted by relevance
160 DeathNotifications &deathNotifications = findListenerD->second; in _unregisterFrameData() local161 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() local308 deathNotifications.indices[bufferId->frameIndex].emplace_back(bufferId->bufferIndex); in _onBufferDestroyed()309 ++deathNotifications.count; in _onBufferDestroyed()344 DeathNotifications &deathNotifications = it->second; in processNotifications() local347 timeNowNs - deathNotifications.lastSentNs; in processNotifications()[all …]