Lines Matching refs:pending

9574                 Vector<PendingBufferInfo> pending;  in notifyErrorForPendingRequests()  local
9575 pending.add(*k); in notifyErrorForPendingRequests()
9576 flushMap.add(k->frame_number, pending); in notifyErrorForPendingRequests()
9578 Vector<PendingBufferInfo> &pending = in notifyErrorForPendingRequests() local
9580 pending.add(*k); in notifyErrorForPendingRequests()
9592 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); in notifyErrorForPendingRequests() local
9597 __func__, frame_number, pending.size()); in notifyErrorForPendingRequests()
9599 pStream_Buf = new camera3_stream_buffer_t[pending.size()]; in notifyErrorForPendingRequests()
9604 memset(pStream_Buf, 0, sizeof(camera3_stream_buffer_t)*pending.size()); in notifyErrorForPendingRequests()
9606 for (size_t j = 0; j < pending.size(); j++) { in notifyErrorForPendingRequests()
9607 const PendingBufferInfo &info = pending.itemAt(j); in notifyErrorForPendingRequests()
9626 result.num_output_buffers = (uint32_t)pending.size(); in notifyErrorForPendingRequests()
9641 Vector<PendingBufferInfo> pending; in notifyErrorForPendingRequests() local
9642 pending.add(*k); in notifyErrorForPendingRequests()
9643 flushMap.add(k->frame_number, pending); in notifyErrorForPendingRequests()
9645 Vector<PendingBufferInfo> &pending = in notifyErrorForPendingRequests() local
9647 pending.add(*k); in notifyErrorForPendingRequests()
9659 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); in notifyErrorForPendingRequests() local
9672 pStream_Buf = new camera3_stream_buffer_t[pending.size()]; in notifyErrorForPendingRequests()
9677 memset(pStream_Buf, 0, sizeof(camera3_stream_buffer_t)*pending.size()); in notifyErrorForPendingRequests()
9679 for (size_t j = 0; j < pending.size(); j++) { in notifyErrorForPendingRequests()
9680 const PendingBufferInfo &info = pending.itemAt(j); in notifyErrorForPendingRequests()
9689 result.num_output_buffers = (uint32_t)pending.size(); in notifyErrorForPendingRequests()