/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescer.java | 184 final EventBatch batch = mBatches.get(sbn.getGroupKey()); in maybeEmitBatch() local 208 final EventBatch batch = getOrBuildBatch(sbn.getGroupKey()); in handleNotificationPosted() local 229 EventBatch batch = mBatches.get(groupKey); in getOrBuildBatch() local 237 private void resetShortTimeout(EventBatch batch) { in resetShortTimeout() 250 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/base/services/core/java/com/android/server/pm/ |
D | AppDataHelper.java | 135 Installer.Batch batch = new Installer.Batch(); in prepareAppDataPostCommitLIF() local 166 private void executeBatchLI(@NonNull Installer.Batch batch) { in executeBatchLI() 174 private void prepareAppDataAndMigrate(@NonNull Installer.Batch batch, in prepareAppDataAndMigrate() 214 private @NonNull CompletableFuture<?> prepareAppData(@NonNull Installer.Batch batch, in prepareAppData()
|
/frameworks/native/libs/input/ |
D | InputConsumer.cpp | 280 Batch& batch = mBatches[batchIndex]; in consume() local 318 Batch batch; in consume() local 399 Batch& batch = mBatches[i]; in consumeBatch() local 432 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory, Batch& batch, in consumeSamples() 808 const Batch& batch = mBatches[0]; in getPendingBatchSource() local 819 const Batch& batch = mBatches[i]; in findBatch() local 838 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage* msg) { in canAddSample() 853 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan() 871 for (const Batch& batch : mBatches) { in dump() 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/services/sensorservice/ |
D | SensorInterface.cpp | 66 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch() function in android::HardwareSensor 103 status_t RuntimeSensor::batch(void*, int, int, int64_t samplingPeriodNs, in batch() function in android::RuntimeSensor
|
D | SensorInterface.h | 55 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch() function
|
D | AidlSensorHalWrapper.cpp | 248 status_t AidlSensorHalWrapper::batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() function in android::AidlSensorHalWrapper
|
D | HidlSensorHalWrapper.cpp | 279 status_t HidlSensorHalWrapper::batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() function in android::HidlSensorHalWrapper
|
D | SensorDevice.cpp | 569 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() function in android::SensorDevice
|
/frameworks/base/services/core/jni/ |
D | com_android_server_am_CachedAppOptimizer.cpp | 109 uint64_t consumeBytes(VmaBatch& batch, uint64_t bytesToConsume) { in consumeBytes() 177 bool createNextBatch(VmaBatch& batch) { in createNextBatch() 237 int madviseVmasFromBatch(unique_fd& pidfd, VmaBatch& batch, int madviseType, in madviseVmasFromBatch() 298 VmaBatch batch; in compactMemory() 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 | 184 sp<ReportBatch> batch; in take_report() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollection.java | 453 private void onNotificationGroupPosted(List<CoalescedEvent> batch) { in onNotificationGroupPosted()
|