Home
last modified time | relevance | path

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

123

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A 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()
/aosp12/packages/modules/NeuralNetworks/common/
H A 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
H A 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
/aosp12/frameworks/rs/cpu_ref/
H A 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
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp767 Batch& batch = mBatches[batchIndex]; in consume() local
807 Batch batch; in consume() local
879 Batch& batch = mBatches[i]; in consumeBatch() local
913 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples()
1301 const Batch& batch = mBatches[0]; in getPendingBatchSource() local
1308 const Batch& batch = mBatches[i]; in findBatch() local
1384 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample()
1400 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
1418 for (const Batch& batch : mBatches) { in dump() local
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp417 auto batch = std::make_shared<InflightBatch>(); in registerBatch() local
454 std::shared_ptr<InflightBatch> batch = mInflightBatches[0]; in checkAndRemoveFirstBatch() local
470 std::shared_ptr<InflightBatch> batch) { in sendBatchShutterCbsLocked()
529 std::shared_ptr<InflightBatch> batch) { in sendBatchBuffersLocked()
534 std::shared_ptr<InflightBatch> batch, const std::vector<int>& streams) { in sendBatchBuffersLocked()
611 std::shared_ptr<InflightBatch> batch, uint32_t lastPartialResultIdx) { in sendBatchMetadataLocked()
678 std::shared_ptr<InflightBatch> batch = mInflightBatches[0]; in notify() local
697 std::shared_ptr<InflightBatch> batch = pair.second; in notify() local
769 std::shared_ptr<InflightBatch> batch = pair.second; in processCaptureResult() local
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DBatchingNamedTaskExecutor.java65 NamedTask[] batch = new NamedTask[0]; in executeNextBatch() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java900 BluetoothOppBatch batch = mBatches.get(i); in updateShare() local
908 BluetoothOppBatch batch = mBatches.get(i); in updateShare() local
955 BluetoothOppBatch batch = mBatches.get(i); in deleteShare() local
1008 private void removeBatch(BluetoothOppBatch batch) { in removeBatch()
H A DBluetoothOppTransfer.java178 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch, in BluetoothOppTransfer()
190 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch) { in BluetoothOppTransfer()
/aosp12/frameworks/native/services/sensorservice/
H A DSensorInterface.h55 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch() function
H A DSensorInterface.cpp66 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch() function in android::HardwareSensor
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java62 int period, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
73 public static WifiScanner.ScanSettings createRequest(int type, int band, int period, int batch, in createRequest()
79 public static WifiScanner.ScanSettings createRequest(int band, int period, int batch, in createRequest()
89 int maxPeriod, int stepCount, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
/aosp12/system/libhidl/transport/allocator/1.0/default/
H A DAshmemAllocator.cpp68 hidl_vec<hidl_memory> batch; in batchAllocate() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsTransaction.java71 public ContactsTransaction(boolean batch) { in ContactsTransaction()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DDummyDynamicAccelDaemon.cpp132 int DummyDynamicAccelDaemon::DummySensor::batch(int64_t /*samplePeriod*/, int64_t /*batchPeriod*/) { in batch() function in android::SensorHalExt::DummyDynamicAccelDaemon::DummySensor
H A DDynamicSensorsSubHal.cpp73 Return<Result> DynamicSensorsSubHal::batch( in batch() function in android::SensorHalExt::DynamicSensorsSubHal
H A Dsensors.cpp68 int SensorContext::batch( in batch() function in SensorContext
H A DDynamicSensorManager.cpp95 int DynamicSensorManager::batch(int handle, nsecs_t sample_period, nsecs_t batch_period) { in batch() function in android::SensorHalExt::DynamicSensorManager
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DBatchingAlarmStore.java159 final Batch batch = mAlarmBatches.get(0); in removePendingAlarms() local
246 final Batch batch = mAlarmBatches.get(whichBatch); in insertAndBatchAlarm() local
/aosp12/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.cpp199 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() function in SensorBase
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DSensorBase.cpp202 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() function in SensorBase
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
H A DSensorsSubHal.h132 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() function
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/include/
H A DSubHalWrapper.h114 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() function
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DBoundingBox.cpp96 uint32_t batch = op->inputs[0]->dimensions[0].getValue(); in roiFinalizer() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSelectionManager.java158 int batch = 50; in expandMediaSet() local

123