Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DClientCache.cpp116 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in erase() local
117 if (erasedRecipient) { in erase()
118 pendingErase.push_back(erasedRecipient); in erase()
184 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in removeProcess() local
185 if (erasedRecipient) { in removeProcess()
186 pendingErase.emplace_back(erasedRecipient, cacheId); in removeProcess()