/hardware/invensense/65xx/libsensors_iio/ |
D | sensors_mpl.cpp | 95 int batch(int handle, int flags, int64_t period_ns, int64_t timeout); 319 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, in batch() function in sensors_poll_context_t 323 return mSensor->batch(handle, flags, period_ns, timeout); in batch() 370 return ctx->batch(handle, flags, period_ns, timeout); in poll__batch() 400 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 | 199 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 | 5485 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() function in MPLSensor
|
/hardware/bsp/intel/peripheral/sensors/mraa/ |
D | SensorsHAL.cpp | 45 device.batch = BatchWrapper; in SensorContext() 228 int SensorContext::batch(int handle, int flags, in batch() function in SensorContext 239 return sensors[handle]->batch(handle, flags, period_ns, timeout); in batch() 293 return reinterpret_cast<SensorContext *>(dev)->batch(handle, flags, period_ns, in BatchWrapper()
|
D | Sensor.hpp | 83 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | SensorsHAL.hpp | 84 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | Sensor.cpp | 111 int Sensor::batch(int handle, int flags, in batch() function in Sensor
|
/hardware/invensense/6515/libsensors_iio/ |
D | sensors_mpl.cpp | 118 int batch(int handle, int flags, int64_t period_ns, int64_t timeout); 357 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, in batch() function in sensors_poll_context_t 361 return mSensor->batch(handle, flags, period_ns, timeout); in batch() 432 return ctx->batch(handle, flags, period_ns, timeout); in poll__batch() 469 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 | 202 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 | 5870 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) function in MPLSensor
|
/hardware/libhardware/modules/sensors/ |
D | multihal.cpp | 196 int batch(int handle, int flags, int64_t period_ns, int64_t timeout); 374 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 380 retval = v1->batch(v1, local_handle, flags, period_ns, timeout); in batch() 444 return ctx->batch(handle, flags, period_ns, timeout); in device__batch() 642 dev->proxy_device.batch = device__batch; in open_sensors()
|
/hardware/libhardware/include/hardware/ |
D | sensors.h | 1349 int (*batch)(struct sensors_poll_device_1* dev, member
|
/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/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/ti/omap4-aah/kernel-headers-ti/linux/ |
D | bltsville.h | 514 struct bvbatch *batch; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 2040 OMX_PARAM_U32TYPE* batch = in get_parameter() local 2044 if (!dev_get_batch_size(&batch->nU32)) { in get_parameter() 2046 (unsigned int)batch->nSize); in get_parameter() 2051 batch->nPortIndex = PORT_INDEX_IN; in get_parameter()
|