/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
H A D | GroupCoalescer.java | 188 } else if (batch != null in maybeEmitBatch() 191 emitBatch(batch); in maybeEmitBatch() 216 batch); in handleNotificationPosted() 219 batch.mMembers.add(event); in handleNotificationPosted() 220 resetShortTimeout(batch); in handleNotificationPosted() 230 if (batch == null) { in getOrBuildBatch() 234 return batch; in getOrBuildBatch() 241 batch.mCancelShortTimeout = in resetShortTimeout() 251 if (batch != mBatches.get(batch.mGroupKey)) { in emitBatch() 254 if (batch.mMembers.isEmpty()) { in emitBatch() [all …]
|
H A D | CoalescedEvent.kt | 27 var batch: EventBatch?
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_am_CachedAppOptimizer.cpp | 127 batch.vmas[0].iov_base = (void*)((uint64_t)batch.vmas[0].iov_base + bytesLeftToConsume); in consumeBytes() 134 batch.totalBytes -= batch.vmas[0].iov_len; in consumeBytes() 135 --batch.totalVmas; in consumeBytes() 136 ++batch.vmas; in consumeBytes() 180 batch.vmas = destVmas; in createNextBatch() 219 batch.totalVmas = indexInBatch; in createNextBatch() 221 if (batch.totalVmas == 0 || batch.totalBytes == 0) { in createNextBatch() 236 if (batch.totalVmas == 0 || batch.totalBytes == 0) { in madviseVmasFromBatch() 244 process_madvise(pidfd, batch.vmas, batch.totalVmas, madviseType, 0); in madviseVmasFromBatch() 295 VmaBatch batch; in compactMemory() local [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | AppDataHelper.java | 119 Installer.Batch batch = new Installer.Batch(); in prepareAppDataPostCommitLIF() local 149 executeBatchLI(batch); in prepareAppDataPostCommitLIF() 152 private void executeBatchLI(@NonNull Installer.Batch batch) { in executeBatchLI() argument 154 batch.execute(mInstaller); in executeBatchLI() 182 return prepareAppDataLeaf(batch, pkg, previousAppId, userId, flags); in prepareAppData() 185 private void prepareAppDataAndMigrate(@NonNull Installer.Batch batch, in prepareAppDataAndMigrate() argument 231 return batch.createAppData(args).whenComplete((ceDataInode, e) -> { in prepareAppDataLeaf() 450 Installer.Batch batch = new Installer.Batch(); 472 executeBatchLI(batch); 538 final Installer.Batch batch = new Installer.Batch(); [all …]
|
H A D | Settings.java | 4324 Installer.Batch batch = new Installer.Batch(); 4385 batch.createAppData(args); 4394 batch.execute(installer);
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | Reporter.h | 194 ReportWriter(const sp<ReportBatch>& batch); 262 const sp<ReportBatch>& batch,
|
H A D | IncidentService.cpp | 184 sp<ReportBatch> batch; in take_report() local 187 batch = mThrottler->filterBatch(mBatch); in take_report() 190 if (batch->empty()) { in take_report() 195 sp<Reporter> reporter = new Reporter(mWorkDirectory, batch, mRegisteredSections); in take_report() 208 if (batch->hasPersistedReports()) { in take_report()
|
H A D | Reporter.cpp | 385 ReportWriter::ReportWriter(const sp<ReportBatch>& batch) in ReportWriter() argument 386 :mBatch(batch), in ReportWriter() 520 const sp<ReportBatch>& batch, in Reporter() argument 523 mWriter(batch), in Reporter() 524 mBatch(batch), in Reporter()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollection.java | 453 private void onNotificationGroupPosted(List<CoalescedEvent> batch) { in onNotificationGroupPosted() argument 456 mLogger.logNotifGroupPosted(batch.get(0).getSbn().getGroupKey(), batch.size()); in onNotificationGroupPosted() 458 for (CoalescedEvent event : batch) { in onNotificationGroupPosted()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputEventReceiver.md | 39 …ill return `NULL` event with status `WOULD_BLOCK` if those events caused a new batch to be started.
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | jobscheduler.proto | 182 // Don't batch a non-ACTIVE job if it's been delayed due to force batching attempts for 1103 // Amount of time since JobScheduler first tried to force batch this job. Will be 0 if there
|
H A D | powermanagerservice.proto | 165 // We are currently in the middle of a batch change of uids.
|
/aosp14/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 583 // A batch of DNS lookups.
|