Searched defs:period_ns (Results 1 - 7 of 7) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
H A 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, argument
323 return mSensor->batch(handle, flags, period_ns, timeout);
367 int handle, int flags, int64_t period_ns, int64_t timeout)
370 return ctx->batch(handle, flags, period_ns, timeout);
366 poll__batch(struct sensors_poll_device_1 *dev, int handle, int flags, int64_t period_ns, int64_t timeout) argument
/hardware/invensense/6515/libsensors_iio/
H A 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, argument
361 return mSensor->batch(handle, flags, period_ns, timeout);
429 int handle, int flags, int64_t period_ns, int64_t timeout)
432 return ctx->batch(handle, flags, period_ns, timeout);
428 poll__batch(struct sensors_poll_device_1 *dev, int handle, int flags, int64_t period_ns, int64_t timeout) argument
/hardware/libhardware/include/hardware/
H A Dfused_location.h224 * more frequently then the requested batch period set with period_ns
225 * in FlpBatchOptions. For example if period_ns is set to 5 minutes and
281 int64_t period_ns; member in struct:__anon1274
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp198 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
403 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) { argument
409 retval = v1->batch(v1, local_handle, flags, period_ns, timeout);
555 int flags, int64_t period_ns, int64_t timeout) {
557 return ctx->batch(handle, flags, period_ns, timeout);
554 device__batch(struct sensors_poll_device_1 *dev, int handle, int flags, int64_t period_ns, int64_t timeout) argument
/hardware/qcom/gps/core/
H A Dgps_extended_c.h156 int64_t period_ns; member in struct:__anon3242
/hardware/qcom/gps/msm8084/core/
H A Dgps_extended_c.h141 int64_t period_ns; member in struct:__anon3328
/hardware/qcom/gps/msm8994/core/
H A Dgps_extended_c.h156 int64_t period_ns; member in struct:__anon3504

Completed in 64 milliseconds