Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DClientCache.cpp107 std::vector<sp<ErasedRecipient>> pendingErase; in erase() local
119 pendingErase.push_back(erasedRecipient); in erase()
126 for (auto& recipient : pendingErase) { in erase()
170 std::vector<std::pair<sp<ErasedRecipient>, client_cache_t>> pendingErase; in removeProcess() local
188 pendingErase.emplace_back(erasedRecipient, cacheId); in removeProcess()
195 for (auto& [recipient, cacheId] : pendingErase) { in removeProcess()