Searched refs:batch (Results 1 - 6 of 6) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.h97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
H A Dsensors_mpl.cpp94 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
310 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) function in class:sensors_poll_context_t
313 return mSensor->batch(handle, flags, period_ns, timeout);
361 return ctx->batch(handle, flags, period_ns, timeout);
385 dev->device.batch = poll__batch;
H A DSensorBase.cpp149 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
H A DMPLSensor.h202 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
H A DMPLSensor.cpp1120 /* called when batch and hw sensor enabled*/
1155 /* This feature is only used in batch mode */
1272 /* This feature is only used in batch mode */
1423 /* This is used for batch mode only */
2078 /* to batch or not to batch */
2168 /* check if batch mode should be turned on or not */
2181 // turn off batch mode.
2185 LOGV("HAL:computeBatchSensorMask: hardware sensor is batch:%d", i);
2199 // turn off batch mod
[all...]
/hardware/libhardware/include/hardware/
H A Dsensors.h59 * flags for (*batch)()
61 * see (*batch)() documentation for details
114 * otherwise noted (batch mode, sensor particularities, ...), enabled sensors'
121 * save power, unless batch mode is active, in which case they must
122 * continue fill their internal FIFO (see the documentation of batch() to
123 * learn how suspend interacts with batch mode).
125 * In batch mode, and only when the flag SENSORS_BATCH_WAKE_UPON_FIFO_FULL is
948 /* number of events reserved for this sensor in the batch mode FIFO.
1040 * In this case, batch() will be called with the new period.
1066 * Enables batch mod
1261 int (*batch)(struct sensors_poll_device_1* dev, member in struct:sensors_poll_device_1
[all...]

Completed in 81 milliseconds