Searched defs:batch (Results 1 – 8 of 8) sorted by relevance
| /frameworks/rs/cpu_ref/ |
| D | rsCpuScriptGroup2.cpp | 160 Batch* batch = new Batch(this, "Batch0"); in CpuScriptGroup2Impl() local 274 for (const string& batch : kernelBatches) { in setupCompileArguments() local 278 for (const string& batch : invokeBatches) { in setupCompileArguments() local 346 for (const auto& batch : mBatches) { in compile() local 495 for (auto batch : mBatches) { in execute() local
|
| /frameworks/native/libs/input/ |
| D | InputTransport.cpp | 453 Batch& batch = mBatches.editItemAt(batchIndex); in consume() local 484 Batch& batch = mBatches.editTop(); in consume() local 520 Batch& batch = mBatches.editItemAt(i); in consumeBatch() local 555 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples() 875 const Batch& batch = mBatches.itemAt(i); in findBatch() local 948 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample() 964 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
|
| /frameworks/native/services/sensorservice/ |
| D | SensorInterface.h | 43 virtual status_t batch(void* ident, int handle, int /*flags*/, int64_t samplingPeriodNs, in batch() function
|
| D | SensorInterface.cpp | 50 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch() function in android::HardwareSensor
|
| D | SensorDevice.cpp | 220 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() function in android::SensorDevice
|
| /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
| D | LayoutBinderWriter.kt | 721 val batch = ExprModel.filterShouldRead(model.getPendingExpressions()).toArrayList() in <lambda>() constant 739 val batch = ExprModel.filterShouldRead(model.getPendingExpressions()).toArrayList() in <lambda>() constant
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | AlarmManagerService.java | 664 Batch batch = oldSet.get(batchNum); in rebatchAllAlarmsLocked() local 1012 Batch batch = new Batch(a); in setImplLocked() local 1015 Batch batch = mAlarmBatches.get(whichBatch); in setImplLocked() local 1838 Batch batch = mAlarmBatches.get(0); in triggerAlarmsLocked() local
|
| /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/ |
| D | ExprModelTest.java | 369 Expr[] batch = {d, e, u1, u2, u1GetCondD, u2GetCondE, xxPlusU2getCondE, abTernary, in testPostConditionalDependencies() local
|