Lines Matching refs:recipient
135 for (auto& recipient : buf->recipients) { in erase() local
136 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in erase()
145 for (auto& recipient : pendingErase) { in erase() local
146 recipient->bufferErased(cacheId); in erase()
164 const wp<ErasedRecipient>& recipient) { in registerErasedRecipient() argument
172 buf->recipients.insert(recipient); in registerErasedRecipient()
177 const wp<ErasedRecipient>& recipient) { in unregisterErasedRecipient() argument
186 buf->recipients.erase(recipient); in unregisterErasedRecipient()
205 for (auto& recipient : clientCacheBuffer.recipients) { in removeProcess() local
206 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in removeProcess()
215 for (auto& [recipient, cacheId] : pendingErase) { in removeProcess()
216 recipient->bufferErased(cacheId); in removeProcess()