Home | History | Annotate | Download | only in HAL3

Lines Matching full:flushmap

9577     FlushMap flushMap;
9601 ssize_t idx = flushMap.indexOfKey(k->frame_number);
9605 flushMap.add(k->frame_number, pending);
9608 flushMap.editValueFor(k->frame_number);
9619 for (size_t iFlush = 0; iFlush < flushMap.size(); iFlush++) {
9620 uint32_t frame_number = flushMap.keyAt(iFlush);
9621 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush);
9664 flushMap.clear();
9668 ssize_t idx = flushMap.indexOfKey(k->frame_number);
9672 flushMap.add(k->frame_number, pending);
9675 flushMap.editValueFor(k->frame_number);
9686 for (size_t iFlush = 0; iFlush < flushMap.size(); iFlush++) {
9687 uint32_t frame_number = flushMap.keyAt(iFlush);
9688 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush);
9730 flushMap.clear();