/hardware/invensense/65xx/libsensors_iio/ |
D | sensors_mpl.cpp | 94 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()
|
D | SensorBase.h | 97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | SensorBase.cpp | 198 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() function in SensorBase
|
D | MPLSensor.h | 203 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | MPLSensor.cpp | 5514 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() function in MPLSensor
|
/hardware/invensense/6515/libsensors_iio/ |
D | sensors_mpl.cpp | 105 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()
|
D | SensorBase.h | 98 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | SensorBase.cpp | 203 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() function in SensorBase
|
D | MPLSensor.h | 185 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | MPLSensor.cpp | 5576 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) function in MPLSensor
|
/hardware/libhardware/modules/sensors/ |
D | multihal.cpp | 193 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/ |
D | intel_bufmgr_fake.c | 1345 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/ |
D | sensors.h | 973 int (*batch)(struct sensors_poll_device_1* dev, member
|
/hardware/ti/omap4-aah/hwc/ |
D | rgz_2d.c | 1444 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/ |
D | struct-offset.cpp | 116 CHECK_MEMBER_AT(sensors_poll_device_1_t, batch, 76, 144); in CheckOffsets()
|
/hardware/ti/omap4-aah/kernel-headers-ti/linux/ |
D | bltsville.h | 514 struct bvbatch *batch; member
|