/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup2.cpp | 165 Batch* batch = new Batch(this, "Batch0"); in CpuScriptGroup2Impl() local 279 for (const string& batch : kernelBatches) { in setupCompileArguments() local 283 for (const string& batch : invokeBatches) { in setupCompileArguments() local 365 for (const auto& batch : mBatches) { in compile() local 514 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 521 Batch& batch = mBatches.editItemAt(i); in consumeBatch() local 556 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples() 881 const Batch& batch = mBatches.itemAt(i); in findBatch() local 954 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample() 970 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
|
/frameworks/native/services/sensorservice/ |
D | SensorInterface.h | 54 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch() function
|
D | SensorInterface.cpp | 65 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch() function in android::HardwareSensor
|
D | SensorDevice.cpp | 235 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() function in android::SensorDevice
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanTestUtil.java | 52 int period, int batch, int bssidsPerScan, int reportEvents) { in createRequest() 63 public static WifiScanner.ScanSettings createRequest(int band, int period, int batch, in createRequest() 72 int stepCount, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
|
/frameworks/base/libs/hwui/ |
D | LayerBuilder.cpp | 346 for (const BatchBase* batch : mBatches) { in replayBakedOpsImpl() local 379 for (const BatchBase* batch : mBatches) { in dump() local
|
D | FrameBuilder.cpp | 674 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices; in deferLinesOp() local 708 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices; in deferPointsOp() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | DnsEventListenerService.java | 141 DnsEventBatch batch = mEventBatches.get(netId); in onDnsEvent() local
|
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
D | LayoutBinderWriter.kt | 767 val batch = ExprModel.filterShouldRead(model.pendingExpressions).toArrayList() in <lambda>() constant 782 val batch = ExprModel.filterShouldRead(model.pendingExpressions).toArrayList() in <lambda>() constant
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 758 Batch batch = oldSet.get(batchNum); in rebatchAllAlarmsLocked() local 1161 Batch batch = new Batch(a); in setImplLocked() local 1164 Batch batch = mAlarmBatches.get(whichBatch); in setImplLocked() local 2107 Batch batch = mAlarmBatches.get(0); in triggerAlarmsLocked() local
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/ |
D | ExprModelTest.java | 405 Expr[] batch = {d, e, u1, u2, u1GetCondD, u2GetCondE, xxPlusU2getCondE, abTernary, in testPostConditionalDependencies() local
|