Searched refs:Batch (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/input/
H A DInputTransport.h348 struct Batch { struct in class:android::InputConsumer
351 Vector<Batch> mBatches;
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);
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.h43 class Batch;
161 Vector<Batch*> mBatches;
164 Batch* mBatchLookup[kOpBatch_Count];
H A DDeferredDisplayList.cpp52 class Batch { class in namespace:android::uirenderer
55 virtual ~Batch() {}
60 class DrawBatch : public Batch {
302 class StateOpBatch : public Batch {
324 class RestoreToCountBatch : public Batch {
352 class BarrierDebugBatch : public Batch {
642 static status_t replayBatchList(const Vector<Batch*>& batchList,
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java131 static final class Batch { class in class:AlarmManagerService
138 Batch() { method in class:AlarmManagerService.Batch
143 Batch(Alarm seed) { method in class:AlarmManagerService.Batch
293 b.append("Batch{"); b.append(Integer.toHexString(this.hashCode()));
305 static class BatchTimeOrder implements Comparator<Batch> {
306 public int compare(Batch b1, Batch b2) {
322 private final ArrayList<Batch> mAlarmBatches = new ArrayList<Batch>();
349 static boolean addBatchLocked(ArrayList<Batch> lis
[all...]
/frameworks/native/libs/input/
H A DInputTransport.cpp446 Batch& batch = mBatches.editItemAt(batchIndex);
477 Batch& batch = mBatches.editTop();
513 Batch& batch = mBatches.editItemAt(i);
548 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) {
863 const Batch& batch = mBatches.itemAt(i);
935 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) {
951 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) {

Completed in 124 milliseconds