/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
H A D | GroupCoalescer.java | 176 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 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
|
H A 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
|
/aosp12/frameworks/rs/cpu_ref/ |
H A 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
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 767 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 D | CameraDeviceSession.cpp | 417 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 D | BatchingNamedTaskExecutor.java | 65 NamedTask[] batch = new NamedTask[0]; in executeNextBatch() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppService.java | 900 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 D | BluetoothOppTransfer.java | 178 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch, in BluetoothOppTransfer() 190 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch) { in BluetoothOppTransfer()
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | SensorInterface.h | 55 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch() function
|
H A D | SensorInterface.cpp | 66 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 D | ScanTestUtil.java | 62 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 D | AshmemAllocator.cpp | 68 hidl_vec<hidl_memory> batch; in batchAllocate() local
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactsTransaction.java | 71 public ContactsTransaction(boolean batch) { in ContactsTransaction()
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | DummyDynamicAccelDaemon.cpp | 132 int DummyDynamicAccelDaemon::DummySensor::batch(int64_t /*samplePeriod*/, int64_t /*batchPeriod*/) { in batch() function in android::SensorHalExt::DummyDynamicAccelDaemon::DummySensor
|
H A D | DynamicSensorsSubHal.cpp | 73 Return<Result> DynamicSensorsSubHal::batch( in batch() function in android::SensorHalExt::DynamicSensorsSubHal
|
H A D | sensors.cpp | 68 int SensorContext::batch( in batch() function in SensorContext
|
H A D | DynamicSensorManager.cpp | 95 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 D | BatchingAlarmStore.java | 159 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 D | SensorBase.cpp | 199 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 D | SensorBase.cpp | 202 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 D | SensorsSubHal.h | 132 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() function
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/include/ |
H A D | SubHalWrapper.h | 114 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() function
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
H A D | BoundingBox.cpp | 96 uint32_t batch = op->inputs[0]->dimensions[0].getValue(); in roiFinalizer() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | SelectionManager.java | 158 int batch = 50; in expandMediaSet() local
|