Lines Matching refs:recipient
130 for (auto& recipient : buf->recipients) { in erase() local
131 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in erase()
140 for (auto& recipient : pendingErase) { in erase() local
141 recipient->bufferErased(cacheId); in erase()
158 const wp<ErasedRecipient>& recipient) { in registerErasedRecipient() argument
166 buf->recipients.insert(recipient); in registerErasedRecipient()
171 const wp<ErasedRecipient>& recipient) { in unregisterErasedRecipient() argument
180 buf->recipients.erase(recipient); in unregisterErasedRecipient()
199 for (auto& recipient : clientCacheBuffer.recipients) { in removeProcess() local
200 sp<ErasedRecipient> erasedRecipient = recipient.promote(); in removeProcess()
209 for (auto& [recipient, cacheId] : pendingErase) { in removeProcess()
210 recipient->bufferErased(cacheId); in removeProcess()