Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DClientCache.cpp126 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in erase() local
127 if (erasedRecipient) { in erase()
128 pendingErase.push_back(erasedRecipient); in erase()
195 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in removeProcess() local
196 if (erasedRecipient) { in removeProcess()
197 pendingErase.emplace_back(erasedRecipient, cacheId); in removeProcess()