Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
Dsensors_mpl.cpp95 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()
DSensorBase.h97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DSensorBase.cpp199 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.cpp5485 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/
DSensorsHAL.cpp45 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()
DSensor.hpp83 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DSensorsHAL.hpp84 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DSensor.cpp111 int Sensor::batch(int handle, int flags, in batch() function in Sensor
/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp118 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()
DSensorBase.h98 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DSensorBase.cpp202 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.cpp5870 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) function in MPLSensor
/hardware/libhardware/modules/sensors/
Dmultihal.cpp196 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/
Dsensors.h1349 int (*batch)(struct sensors_poll_device_1* dev, member
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp116 CHECK_MEMBER_AT(sensors_poll_device_1_t, batch, 76, 144); in CheckOffsets()
/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/ti/omap4-aah/kernel-headers-ti/linux/
Dbltsville.h514 struct bvbatch *batch; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2040 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()