/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescer.java | 165 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()
|
D | CoalescedEvent.kt | 27 var batch: EventBatch? variable in com.android.systemui.statusbar.notification.collection.coalescer.CoalescedEvent
|
/frameworks/ml/nn/common/ |
D | QuantUtils.cpp | 87 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
|
D | QuantUtils.h | 36 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/ |
D | rsCpuScriptGroup2.cpp | 164 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/ |
D | InputTransport.cpp | 665 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/ |
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 | 765 status_t SensorDevice::batch( in batch() function in android::SensorDevice
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanTestUtil.java | 54 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/ |
D | BoundingBox.cpp | 92 uint32_t batch = op->inputs[0]->dimensions[0].getValue(); in roiFinalizer() local
|
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.cpp | 385 ReportWriter::ReportWriter(const sp<ReportBatch>& batch) in ReportWriter() 520 const sp<ReportBatch>& batch, in Reporter()
|
D | IncidentService.cpp | 182 sp<ReportBatch> batch; in take_report() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollection.java | 364 private void onNotificationGroupPosted(List<CoalescedEvent> batch) { in onNotificationGroupPosted()
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 968 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/ |
D | GenerateProposals.cpp | 509 std::vector<uint32_t> batch; in boxWithNmsLimitFloat32Compute() local
|