Searched refs:reclaimed (Results 1 – 6 of 6) sorted by relevance
48 * If multiple codecs are reclaimed to satisfy the current (codec) reclaim50 * for each codec reclaimed.51 * The target_index will index through the reclaimed codecs.79 // If it was a successful reclaim, the number of codecs that have been reclaimed.
164 bool reclaimed);
160 bool reclaimed);
498 bool reclaimed) { in pushReclaimAtom() argument522 if (!reclaimed) { in pushReclaimAtom()
624 bool reclaimed) { in pushReclaimAtom() argument636 mResourceManagerMetrics->pushReclaimAtom(clientInfo, priorities, targetClients, reclaimed); in pushReclaimAtom()
5236 int32_t reclaimed = 0; in onMessageReceived() local5237 msg->findInt32("reclaimed", &reclaimed); in onMessageReceived()5238 if (reclaimed) { in onMessageReceived()5378 returnBuffersToCodec(reclaimed); in onMessageReceived()