Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DClientCache.cpp117 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in erase() local
118 if (erasedRecipient) { in erase()
119 pendingErase.push_back(erasedRecipient); in erase()
186 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in removeProcess() local
187 if (erasedRecipient) { in removeProcess()
188 pendingErase.emplace_back(erasedRecipient, cacheId); in removeProcess()