Lines Matching refs:batch
276 * to determine whether a pending batch is available to be consumed.
323 /* Returns true if there is a pending batch.
345 struct Batch {
348 Vector<Batch> mBatches;
404 // a batch, we append a record here that associates the last sequence number in the
405 // batch with the previous one. When the finished signal is sent, we traverse the
406 // chain to individually finish all input messages that were part of the batch.
416 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);
431 static bool canAddSample(const Batch& batch, const InputMessage* msg);
432 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);