Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 16 of 16) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
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, in batch() function in sensors_poll_context_t
322 return mSensor->batch(handle, flags, period_ns, timeout); in batch()
376 return ctx->batch(handle, flags, period_ns, timeout); in poll__batch()
406 dev->device.batch = poll__batch; in open_sensors()
DSensorBase.h97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DSensorBase.cpp198 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() function in SensorBase
DMPLSensor.h203 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DMPLSensor.cpp5514 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() function in MPLSensor
/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp105 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
320 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, in batch() function in sensors_poll_context_t
324 return mSensor->batch(handle, flags, period_ns, timeout); in batch()
394 return ctx->batch(handle, flags, period_ns, timeout); in poll__batch()
435 dev->device.batch = poll__batch; in open_sensors()
DSensorBase.h98 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DSensorBase.cpp203 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() function in SensorBase
DMPLSensor.h185 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DMPLSensor.cpp5576 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) function in MPLSensor
/hardware/libhardware/modules/sensors/
Dmultihal.cpp193 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
341 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) { in batch() function in sensors_poll_context_t
348 retval = v1->batch(v1, local_handle, flags, period_ns, timeout); in batch()
409 return ctx->batch(handle, flags, period_ns, timeout); in device__batch()
627 dev->proxy_device.batch = device__batch; in open_sensors()
/hardware/intel/img/libdrm/libdrm/intel/
Dintel_bufmgr_fake.c1345 struct drm_i915_batchbuffer batch; in drm_intel_fake_bo_exec() local
1379 batch.start = bo->offset; in drm_intel_fake_bo_exec()
1380 batch.used = used; in drm_intel_fake_bo_exec()
1381 batch.cliprects = cliprects; in drm_intel_fake_bo_exec()
1382 batch.num_cliprects = num_cliprects; in drm_intel_fake_bo_exec()
1383 batch.DR1 = 0; in drm_intel_fake_bo_exec()
1384 batch.DR4 = DR4; in drm_intel_fake_bo_exec()
1386 if (drmCommandWrite(bufmgr_fake->fd, DRM_I915_BATCHBUFFER, &batch, in drm_intel_fake_bo_exec()
1387 sizeof(batch))) { in drm_intel_fake_bo_exec()
/hardware/libhardware/include/hardware/
Dsensors.h973 int (*batch)(struct sensors_poll_device_1* dev, member
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c1444 struct bvbatch *batch = NULL; in rgz_blts_bvdirect() local
1451 e->bp.batch = batch; in rgz_blts_bvdirect()
1459 batch = e->bp.batch; in rgz_blts_bvdirect()
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp116 CHECK_MEMBER_AT(sensors_poll_device_1_t, batch, 76, 144); in CheckOffsets()
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
Dbltsville.h514 struct bvbatch *batch; member