Home | History | Annotate | Download | only in androidfw

Lines Matching refs:batch

279      * to determine whether a pending batch is available to be consumed.
326 /* Returns true if there is a pending batch.
348 struct Batch {
351 Vector<Batch> mBatches;
407 // a batch, we append a record here that associates the last sequence number in the
408 // batch with the previous one. When the finished signal is sent, we traverse the
409 // chain to individually finish all input messages that were part of the batch.
419 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);
434 static bool canAddSample(const Batch& batch, const InputMessage* msg);
435 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);