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

/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.h39 class Batch { class in namespace:android::renderscript
41 Batch(CpuScriptGroup2Impl* group, const char* name);
42 ~Batch();
76 List<Batch*> mBatches;
H A DrsCpuScriptGroup2.cpp92 Batch::Batch(CpuScriptGroup2Impl* group, const char* name) : function in class:android::renderscript::Batch
97 Batch::~Batch() {
104 bool Batch::conflict(CPUClosure* cpuClosure) const {
165 Batch* batch = new Batch(this, "Batch0");
183 ss << "Batch" << ++i;
184 batch = new Batch(this, ss.str().c_str());
196 for (Batch* batc
[all...]
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp55 class Batch { class in namespace:android::uirenderer
58 virtual ~Batch() {}
63 class DrawBatch : public Batch {
290 class StateOpBatch : public Batch {
311 class RestoreToCountBatch : public Batch {
337 class BarrierDebugBatch : public Batch {
633 static void replayBatchList(const std::vector<Batch*>& batchList,
/frameworks/native/include/input/
H A DInputTransport.h358 struct Batch { struct in class:android::InputConsumer
361 Vector<Batch> mBatches;
429 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);
444 static bool canAddSample(const Batch& batch, const InputMessage* msg);
445 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java363 final class Batch { class in class:AlarmManagerService
370 Batch() { method in class:AlarmManagerService.Batch
376 Batch(Alarm seed) { method in class:AlarmManagerService.Batch
592 b.append("Batch{"); b.append(Integer.toHexString(this.hashCode()));
605 static class BatchTimeOrder implements Comparator<Batch> {
606 public int compare(Batch b1, Batch b2) {
685 final ArrayList<Batch> mAlarmBatches = new ArrayList<>();
723 static boolean addBatchLocked(ArrayList<Batch> list, Batch newBatc
[all...]

Completed in 118 milliseconds