Searched refs:flushMap (Results 1 – 3 of 3) sorted by relevance
2638 FlushMap flushMap; in flush() local2685 ssize_t idx = flushMap.indexOfKey(k->frame_number); in flush()2689 flushMap.add(k->frame_number, pending); in flush()2692 flushMap.editValueFor(k->frame_number); in flush()2703 for (size_t i = 0; i < flushMap.size(); i++) { in flush()2704 uint32_t frame_number = flushMap.keyAt(i); in flush()2705 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(i); in flush()2746 flushMap.clear(); in flush()2750 ssize_t idx = flushMap.indexOfKey(k->frame_number); in flush()2754 flushMap.add(k->frame_number, pending); in flush()[all …]
9551 FlushMap flushMap; in notifyErrorForPendingRequests() local9575 ssize_t idx = flushMap.indexOfKey(k->frame_number); in notifyErrorForPendingRequests()9579 flushMap.add(k->frame_number, pending); in notifyErrorForPendingRequests()9582 flushMap.editValueFor(k->frame_number); in notifyErrorForPendingRequests()9593 for (size_t iFlush = 0; iFlush < flushMap.size(); iFlush++) { in notifyErrorForPendingRequests()9594 uint32_t frame_number = flushMap.keyAt(iFlush); in notifyErrorForPendingRequests()9595 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); in notifyErrorForPendingRequests()9638 flushMap.clear(); in notifyErrorForPendingRequests()9642 ssize_t idx = flushMap.indexOfKey(k->frame_number); in notifyErrorForPendingRequests()9646 flushMap.add(k->frame_number, pending); in notifyErrorForPendingRequests()[all …]
9548 FlushMap flushMap; in notifyErrorForPendingRequests() local9572 ssize_t idx = flushMap.indexOfKey(k->frame_number); in notifyErrorForPendingRequests()9576 flushMap.add(k->frame_number, pending); in notifyErrorForPendingRequests()9579 flushMap.editValueFor(k->frame_number); in notifyErrorForPendingRequests()9590 for (size_t iFlush = 0; iFlush < flushMap.size(); iFlush++) { in notifyErrorForPendingRequests()9591 uint32_t frame_number = flushMap.keyAt(iFlush); in notifyErrorForPendingRequests()9592 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); in notifyErrorForPendingRequests()9635 flushMap.clear(); in notifyErrorForPendingRequests()9639 ssize_t idx = flushMap.indexOfKey(k->frame_number); in notifyErrorForPendingRequests()9643 flushMap.add(k->frame_number, pending); in notifyErrorForPendingRequests()[all …]