[go: nahoru, domu]

Searched defs:batch (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorInterface.cpp65 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, function in class:android::HardwareSensor
67 return mSensorDevice.batch(ident, mSensor.getHandle(), flags, samplingPeriodNs,
H A DSensorDevice.cpp176 // Log error. Every activate call should be preceded by a batch() call.
177 ALOGE("\t >>>ERROR: activate called without batch");
189 // Call batch for this sensor with the previously calculated best effort
191 // events, and the best effort batch parameters might have changed.
193 "\t>>> actuating h/w batch %d %d %" PRId64 " %" PRId64, handle,
196 mSensorDevice->batch(mSensorDevice, handle,info.bestBatchParams.flags,
224 // On older devices which do not support batch, call setDelay().
235 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, function in class:android::SensorDevice
250 "SensorDevice::batch: ident=%p, handle=0x%08x, flags=%d, period_ns=%" PRId64 " timeout=%" PRId64,
260 // A batch ha
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java52 int period, int batch, int bssidsPerScan, int reportEvents) {
58 request.maxScansToCache = batch;
63 public static WifiScanner.ScanSettings createRequest(int band, int period, int batch, argument
65 return createRequest(band, period, 0, 0, batch, bssidsPerScan, reportEvents);
72 int stepCount, int batch, int bssidsPerScan, int reportEvents) {
80 request.maxScansToCache = batch;
51 createRequest(WifiScanner.ChannelSpec[] channels, int period, int batch, int bssidsPerScan, int reportEvents) argument
71 createRequest(int band, int period, int maxPeriod, int stepCount, int batch, int bssidsPerScan, int reportEvents) argument
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp112 // An invoke should be in a batch by itself, so it conflicts with any other
165 Batch* batch = new Batch(this, "Batch0"); local
180 if (batch->conflict(cc)) {
181 mBatches.push_back(batch);
184 batch = new Batch(this, ss.str().c_str());
187 batch->mClosures.push_back(cc);
190 rsAssert(!batch->mClosures.empty());
191 mBatches.push_back(batch);
196 for (Batch* batch : mBatches) {
197 batch
[all...]
/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp577 * Returns batch id for tessellatable shapes, based on paint. Checks to see if path effect/AA will
674 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices; local
675 deferStrokeableOp(op, batch, BakedOpState::StrokeBehavior::Forced);
708 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices; local
709 deferStrokeableOp(op, batch, BakedOpState::StrokeBehavior::Forced);
/frameworks/native/libs/input/
H A DInputTransport.cpp425 ALOGD("channel '%s' consumer ~ consumed batch event, seq=%u",
453 Batch& batch = mBatches.editItemAt(batchIndex); local
454 if (canAddSample(batch, &mMsg)) {
455 batch.samples.push(mMsg);
457 ALOGD("channel '%s' consumer ~ appended to batch event",
462 // We cannot append to the batch in progress, so we need to consume
463 // the previous batch right now and defer the new message until later.
466 batch, batch.samples.size(), outSeq, outEvent);
472 ALOGD("channel '%s' consumer ~ consumed batch even
484 Batch& batch = mBatches.editTop(); local
521 Batch& batch = mBatches.editItemAt(i); local
555 consumeSamples(InputEventFactoryInterface* factory, Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) argument
881 const Batch& batch = mBatches.itemAt(i); local
954 canAddSample(const Batch& batch, const InputMessage *msg) argument
970 findSampleNoLaterThan(const Batch& batch, nsecs_t time) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 188 milliseconds