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

/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp94 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
318 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, function in class:sensors_poll_context_t
322 return mSensor->batch(handle, flags, period_ns, timeout);
376 return ctx->batch(handle, flags, period_ns, timeout);
406 dev->device.batch = poll__batch;
/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp108 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
336 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, function in class:sensors_poll_context_t
340 return mSensor->batch(handle, flags, period_ns, timeout);
410 return ctx->batch(handle, flags, period_ns, timeout);
451 dev->device.batch = poll__batch;
/hardware/intel/img/libdrm/libdrm/intel/
H A Dintel_bufmgr_fake.c1345 struct drm_i915_batchbuffer batch; local
1379 batch.start = bo->offset;
1380 batch.used = used;
1381 batch.cliprects = cliprects;
1382 batch.num_cliprects = num_cliprects;
1383 batch.DR1 = 0;
1384 batch.DR4 = DR4;
1386 if (drmCommandWrite(bufmgr_fake->fd, DRM_I915_BATCHBUFFER, &batch,
1387 sizeof(batch))) {
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp194 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
372 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) { function in class:sensors_poll_context_t
373 ALOGV("batch");
378 retval = v1->batch(v1, local_handle, flags, period_ns, timeout);
380 ALOGE("IGNORING batch() call to non-API-compliant sensor handle=%d !", handle);
442 return ctx->batch(handle, flags, period_ns, timeout);
660 dev->proxy_device.batch = device__batch;
/hardware/libhardware/include/hardware/
H A Dsensors.h68 * flags for (*batch)()
70 * see (*batch)() documentation for details.
215 * When registered in batch mode, wake-up sensors will wake up the AP when
216 * their FIFOs are full or when the batch timeout expires. A separate FIFO has
220 * the batch timeout expires without losing events. Wake-up and non wake-up variants
225 * sensors like SIGNIFICANT_MOTION cannot be batched, hence the text about batch above
506 * period_ns passed to setDelay() or to batch().
839 /* number of events reserved for this sensor in the batch mode FIFO.
873 * frequencies are requested through batch()/setDelay() the events will be generated at this
874 * frequency instead. It can be used by the framework or applications to estimate when the batch
973 int (*batch)(struct sensors_poll_device_1* dev, member in struct:sensors_poll_device_1
[all...]
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c1444 struct bvbatch *batch = NULL; local
1451 e->bp.batch = batch;
1459 batch = e->bp.batch;
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbltsville.h514 struct bvbatch *batch; member in struct:bvbltparams

Completed in 1339 milliseconds