Searched refs:bufferIter (Results 1 – 3 of 3) sorted by relevance
302 auto bufferIter = mBuffers.find(message.bufferId); in handleTransferTo() local303 if (bufferIter == mBuffers.end() || in handleTransferTo()326 bufferIter->second->mTransactionCount++; in handleTransferTo()340 auto bufferIter = mBuffers.find(message.bufferId); in handleTransferFrom() local341 bufferIter->second->mTransactionCount++; in handleTransferFrom()359 auto bufferIter = mBuffers.find(message.bufferId); in handleTransferResult() local363 bufferIter->second->mTransactionCount--; in handleTransferResult()364 if (bufferIter->second->mOwnerCount == 0 in handleTransferResult()365 && bufferIter->second->mTransactionCount == 0) { in handleTransferResult()366 mStats.onBufferUnused(bufferIter->second->mAllocSize); in handleTransferResult()[all …]
503 auto bufferIter = mBuffers.find(message.bufferId); in handleTransferTo() local504 if (bufferIter == mBuffers.end() || in handleTransferTo()527 bufferIter->second->mTransactionCount++; in handleTransferTo()541 auto bufferIter = mBuffers.find(message.bufferId); in handleTransferFrom() local542 bufferIter->second->mTransactionCount++; in handleTransferFrom()560 auto bufferIter = mBuffers.find(message.bufferId); in handleTransferResult() local564 bufferIter->second->mTransactionCount--; in handleTransferResult()565 if (bufferIter->second->mOwnerCount == 0 in handleTransferResult()566 && bufferIter->second->mTransactionCount == 0) { in handleTransferResult()567 if (!bufferIter->second->mInvalidated) { in handleTransferResult()[all …]
839 Iterator<Pair<StatusBarNotification, Integer>> bufferIter = descendingIterator(); in removeChannelNotifications() local840 while (bufferIter.hasNext()) { in removeChannelNotifications()841 final Pair<StatusBarNotification, Integer> pair = bufferIter.next(); in removeChannelNotifications()848 bufferIter.remove(); in removeChannelNotifications()857 Iterator<Pair<StatusBarNotification, Integer>> bufferIter = descendingIterator(); in removePackageNotifications() local858 while (bufferIter.hasNext()) { in removePackageNotifications()859 final Pair<StatusBarNotification, Integer> pair = bufferIter.next(); in removePackageNotifications()864 bufferIter.remove(); in removePackageNotifications()