Home | History | Annotate | Download | only in input

Lines Matching refs:batch

287      * to determine whether a pending batch is available to be consumed.
334 /* Returns true if there is a pending batch.
356 struct Batch {
359 Vector<Batch> mBatches;
415 // a batch, we append a record here that associates the last sequence number in the
416 // batch with the previous one. When the finished signal is sent, we traverse the
417 // chain to individually finish all input messages that were part of the batch.
427 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);
442 static bool canAddSample(const Batch& batch, const InputMessage* msg);
443 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);