Home
last modified time | relevance | path

Searched defs:batch (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java165 final EventBatch batch = mBatches.get(sbn.getGroupKey()); in maybeEmitBatch() local
189 final EventBatch batch = getOrBuildBatch(sbn.getGroupKey()); in handleNotificationPosted() local
210 EventBatch batch = mBatches.get(groupKey); in getOrBuildBatch() local
218 private void resetShortTimeout(EventBatch batch) { in resetShortTimeout()
231 private void emitBatch(EventBatch batch) { in emitBatch()
DCoalescedEvent.kt27 var batch: EventBatch? variable in com.android.systemui.statusbar.notification.collection.coalescer.CoalescedEvent
/frameworks/ml/nn/common/
DQuantUtils.cpp87 for (int batch = 0; batch < n_batch; ++batch) { in ApplySigmoid() local
101 for (int batch = 0; batch < n_batch; ++batch) { in CwiseMul() local
114 for (int batch = 0; batch < n_batch; ++batch) { in CwiseMul() local
140 for (int batch = 0; batch < n_batch; ++batch) { in CwiseAdd() local
151 for (int batch = 0; batch < n_batch; ++batch) { in CwiseClipping() local
165 for (int batch = 0; batch < n_batch; ++batch) { in CwiseClipping() local
DQuantUtils.h36 for (int batch = 0; batch < n_batch; ++batch) { in MatrixBatchVectorMultiplyAccumulate() local
153 for (int batch = 0; batch < n_batch; ++batch) { in ApplyTanh() local
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp164 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
415 for (const auto& batch : mBatches) { in compile() local
574 for (auto batch : mBatches) { in execute() local
/frameworks/native/libs/input/
DInputTransport.cpp665 Batch& batch = mBatches.editItemAt(batchIndex); in consume() local
706 Batch& batch = mBatches.editTop(); in consume() local
755 Batch& batch = mBatches.editItemAt(i); in consumeBatch() local
789 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples()
1138 const Batch& batch = mBatches.itemAt(0); in getPendingBatchSource() local
1145 const Batch& batch = mBatches.itemAt(i); in findBatch() local
1209 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample()
1225 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
/frameworks/native/services/sensorservice/
DSensorInterface.h54 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch() function
DSensorInterface.cpp65 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch() function in android::HardwareSensor
DSensorDevice.cpp765 status_t SensorDevice::batch( in batch() function in android::SensorDevice
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java54 int period, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
65 public static WifiScanner.ScanSettings createRequest(int type, int band, int period, int batch, in createRequest()
71 public static WifiScanner.ScanSettings createRequest(int band, int period, int batch, in createRequest()
81 int maxPeriod, int stepCount, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DBoundingBox.cpp92 uint32_t batch = op->inputs[0]->dimensions[0].getValue(); in roiFinalizer() local
/frameworks/base/cmds/incidentd/src/
DReporter.cpp385 ReportWriter::ReportWriter(const sp<ReportBatch>& batch) in ReportWriter()
520 const sp<ReportBatch>& batch, in Reporter()
DIncidentService.cpp182 sp<ReportBatch> batch; in take_report() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java364 private void onNotificationGroupPosted(List<CoalescedEvent> batch) { in onNotificationGroupPosted()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java968 final Batch batch = mAlarmBatches.get(whichBatch); in insertAndBatchAlarmLocked() local
1043 Batch batch = oldSet.get(batchNum); in rebatchAllAlarmsLocked() local
1086 final Batch batch = mAlarmBatches.get(batchIndex); in reorderAlarmsBasedOnStandbyBuckets() local
3505 Batch batch = mAlarmBatches.get(0); in triggerAlarmsLocked() local
/frameworks/ml/nn/common/operations/
DGenerateProposals.cpp509 std::vector<uint32_t> batch; in boxWithNmsLimitFloat32Compute() local