Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java176 final EventBatch batch = mBatches.get(sbn.getGroupKey()); in maybeEmitBatch() local
200 final EventBatch batch = getOrBuildBatch(sbn.getGroupKey()); in handleNotificationPosted() local
221 EventBatch batch = mBatches.get(groupKey); in getOrBuildBatch() local
229 private void resetShortTimeout(EventBatch batch) { in resetShortTimeout()
242 private void emitBatch(EventBatch batch) { in emitBatch()
DCoalescedEvent.kt27 var batch: EventBatch? variable in com.android.systemui.statusbar.notification.collection.coalescer.CoalescedEvent
/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.cpp763 Batch& batch = mBatches[batchIndex]; in consume() local
803 Batch batch; in consume() local
875 Batch& batch = mBatches[i]; in consumeBatch() local
909 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples()
1297 const Batch& batch = mBatches[0]; in getPendingBatchSource() local
1304 const Batch& batch = mBatches[i]; in findBatch() local
1380 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample()
1396 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
1414 for (const Batch& batch : mBatches) { in dump() local
/frameworks/native/services/sensorservice/
DSensorInterface.h58 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch() function
DSensorInterface.cpp66 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch() function in android::HardwareSensor
DSensorDevice.cpp766 status_t SensorDevice::batch( in batch() function in android::SensorDevice
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DBatchingAlarmStore.java159 final Batch batch = mAlarmBatches.get(0); in removePendingAlarms() local
246 final Batch batch = mAlarmBatches.get(whichBatch); in insertAndBatchAlarm() 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.java369 private void onNotificationGroupPosted(List<CoalescedEvent> batch) { in onNotificationGroupPosted()